MCPcopy Create free account
hub / github.com/bupticybee/TexasSolver / binary_reader

Method binary_reader

include/json.hpp:5189–5193  ·  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

5187 @param[in] adapter input adapter to read from
5188 */
5189 explicit binary_reader(input_adapter_t adapter) : ia(std::move(adapter))
5190 {
5191 (void)detail::is_sax_static_asserts<SAX, BasicJsonType> {};
5192 assert(ia);
5193 }
5194
5195 // make class move-only
5196 binary_reader(const binary_reader&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected