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

Method from_rvalue

include/boost/json/impl/value_ref.hpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template<class T>
33value
34value_ref::from_rvalue(void* p, storage_ptr sp)
35{
36 return value_from( std::move(*reinterpret_cast<T*>(p)), std::move(sp) );
37}
38
39} // namespace json
40} // namespace boost

Callers

nothing calls this directly

Calls 1

value_fromFunction · 0.85

Tested by

no test coverage detected