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

Method value_ref

include/boost/json/value_ref.hpp:192–193  ·  view source on GitHub ↗

Constructors. @li **(1)** copy constructor. @li **(2)** move constructor. @li **(3)** the constructed value stores a reference to `t`'s character array. @li **(4)** the constructed value stores a `const` reference to `t`. @li **(5)** the constructed value stores an rvalue reference to `t`. @li **(6)** the constructed value stores a copy

Source from the content-addressed store, hash-verified

190 @{
191 */
192 value_ref(
193 value_ref const&) = default;
194
195 /// Overload
196 value_ref(

Callers

nothing calls this directly

Calls 1

string_viewClass · 0.85

Tested by

no test coverage detected