Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlBinary Class Referencefinal

Represents a binary data type. More...

#include <SqlBinary.hpp>

Inheritance diagram for SqlBinary:

Public Member Functions

constexpr auto operator<=> (SqlBinary const &) const noexcept=default
 

Detailed Description

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.


The documentation for this class was generated from the following file: