MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / binary_writer

Method binary_writer

Source/external/json.hpp:14966–14969  ·  view source on GitHub ↗

! @brief create a binary writer @param[in] adapter output adapter to write to */

Source from the content-addressed store, hash-verified

14964 @param[in] adapter output adapter to write to
14965 */
14966 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(std::move(adapter))
14967 {
14968 JSON_ASSERT(oa);
14969 }
14970
14971 /*!
14972 @param[in] j JSON value to serialize

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected