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

Method string

include/boost/json/impl/string.hpp:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace json {
17
18string::
19string(
20 detail::key_t const&,
21 string_view s,
22 storage_ptr sp)
23 : sp_(std::move(sp))
24 , impl_(detail::key_t{},
25 s, sp_)
26{
27}
28
29string::
30string(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected