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

Method write_some

include/boost/json/stream_parser.hpp:424–431  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

422 @param ec
423 */
424 std::size_t
425 write_some(
426 string_view s,
427 system::error_code& ec)
428 {
429 return write_some(
430 s.data(), s.size(), ec);
431 }
432
433 /** Overload
434 @param s

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected