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

Method end

test/value_to.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 value_type*
83 end()
84 {
85 return data + sizeof(data);
86 }
87
88 std::pair< value_type*, bool >
89 emplace(value_type);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected