MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / binary_writer

Method binary_writer

include/jwt/json/json.hpp:12764–12767  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected