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

Function static_resource

include/boost/json/static_resource.hpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105#if defined(__cpp_lib_byte) || defined(BOOST_JSON_DOCS)
106 static_resource(
107 std::byte* buffer,
108 std::size_t size) noexcept
109 : static_resource(reinterpret_cast<
110 unsigned char*>(buffer), size)
111 {
112 }
113#endif
114
115 /** Overload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected