Definition at line 29 of file binary.hpp.
Public Member Functions | |
| operator std::string () const | |
| Implicitly convertible to string. | |
| std::string | ToString () const |
| Returns a copy of the binary. | |
| std::string_view | GetView () const |
| Returns a view of the binary. | |
| const uint8_t * | Data () const |
| size_t | Size () const |
|
inline |
Implicitly convertible to string.
Definition at line 36 of file binary.hpp.