NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected