|
Lightweight 0.20260303.0
|
Represents a binary data type. More...
#include <SqlBinary.hpp>
Public Member Functions | |
| constexpr auto | operator<=> (SqlBinary const &) const noexcept=default |
| Three-way comparison operator. | |
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 22 of file SqlBinary.hpp.