Lightweight 0.1.0
|
Represents a binary data type. More...
#include <SqlBinary.hpp>
Public Member Functions | |
constexpr auto | operator<=> (SqlBinary const &) const noexcept=default |
Represents a binary data type.
This class is a thin wrapper around std::vector<uint8_t> to represent binary data types efficiently.
Definition at line 16 of file SqlBinary.hpp.