MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / binary_reader

Method binary_reader

external/json/json.hpp:6384–6388  ·  view source on GitHub ↗

! @brief create a binary reader @param[in] adapter input adapter to read from */

Source from the content-addressed store, hash-verified

6382 @param[in] adapter input adapter to read from
6383 */
6384 explicit binary_reader(input_adapter_t adapter) : ia(std::move(adapter))
6385 {
6386 (void)detail::is_sax_static_asserts<SAX, BasicJsonType> {};
6387 assert(ia);
6388 }
6389
6390 /*!
6391 @param[in] format the binary format to parse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected