MCPcopy Create free account
hub / github.com/boostorg/json / write

Method write

include/boost/json/parser.hpp:483–490  ·  view source on GitHub ↗

Overload @param s The character string to parse. @param ec */

Source from the content-addressed store, hash-verified

481 @param ec
482 */
483 std::size_t
484 write(
485 string_view s,
486 system::error_code& ec)
487 {
488 return write(
489 s.data(), s.size(), ec);
490 }
491
492 /** Overload
493

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected