MCPcopy Create free account
hub / github.com/dobin/RedEdr / ~binary_reader

Method ~binary_reader

RedEdrShared/json.hpp:9270–9270  ·  view source on GitHub ↗

NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)

Source from the content-addressed store, hash-verified

9268 binary_reader& operator=(const binary_reader&) = delete;
9269 binary_reader& operator=(binary_reader&&) = default; // NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
9270 ~binary_reader() = default;
9271
9272 /*!
9273 @param[in] format the binary format to parse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected