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

Method write

include/boost/json/stream_parser.hpp:532–539  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

530 @param ec
531 */
532 std::size_t
533 write(
534 string_view s,
535 system::error_code& ec)
536 {
537 return write(
538 s.data(), s.size(), ec);
539 }
540
541 /** Overload
542

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected