Arbitrary binary data. More...
#include <binary.hpp>
Public Member Functions | |
operator std::string () const | |
Convert to std::string. | |
binary & | operator= (const std::string &x) |
Assignment. | |
Constructors | |
binary ()=default | |
binary (const std::vector< value_type > &v) | |
binary (const std::string &s) | |
Arbitrary binary data.