Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 7789ef3d8d.
PrevUpHomeNext
basic_parser::write_some

Parse some of an input string as JSON, incrementally.

std::size_t
write_some(
    bool more,
    char const* data,
    std::size_t size,
    system::error_code& ec);
  » more...

std::size_t
write_some(
    bool more,
    char const* data,
    std::size_t size,
    std::error_code& ec);
  » more...

PrevUpHomeNext