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

Method binary_reader

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

7709 @param[in] adapter input adapter to read from
7710 */
7711 explicit binary_reader(InputAdapterType&& adapter) : ia(std::move(adapter))
7712 {
7713 (void)detail::is_sax_static_asserts<SAX, BasicJsonType> {};
7714 }
7715
7716 // make class move-only
7717 binary_reader(const binary_reader&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected