MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / binary_reader

Method binary_reader

3rd/json/include/nlohmann/json.hpp:3557–3561  ·  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

3555 @param[in] adapter input adapter to read from
3556 */
3557 explicit binary_reader(input_adapter_t adapter) : ia(std::move(adapter))
3558 {
3559 (void)detail::is_sax_static_asserts<SAX, BasicJsonType> {};
3560 assert(ia);
3561 }
3562
3563 // make class move-only
3564 binary_reader(const binary_reader&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected