| 7720 | binary_reader& operator=(const binary_reader&) = delete; |
| 7721 | binary_reader& operator=(binary_reader&&) = default; |
| 7722 | ~binary_reader() = default; |
| 7723 | |
| 7724 | /*! |
| 7725 | @param[in] format the binary format to parse |
nothing calls this directly
no outgoing calls
no test coverage detected