MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / binary_writer

Method binary_writer

Source/Utils/json.hpp:12763–12766  ·  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

12761 @param[in] adapter output adapter to write to
12762 */
12763 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(adapter)
12764 {
12765 JSON_ASSERT(oa);
12766 }
12767
12768 /*!
12769 @param[in] j JSON value to serialize

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected