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

Method relocate

include/boost/json/value.hpp:3179–3189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3177
3178private:
3179 static
3180 void
3181 relocate(
3182 value* dest,
3183 value const& src) noexcept
3184 {
3185 std::memcpy(
3186 static_cast<void*>(dest),
3187 &src,
3188 sizeof(src));
3189 }
3190
3191 BOOST_JSON_DECL
3192 storage_ptr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected