#include <userver/storages/postgres/io/bytea.hpp>
Wrapper for binary data container.
Public Types | |
| using | BytesType = std::decay_t<ByteContainer> |
Public Attributes | |
| ByteContainer | bytes |
Static Public Attributes | |
| static constexpr bool | kIsPostgresBuildInTypeWrapper = true |
| using storages::postgres::ByteaWrapper< ByteContainer >::BytesType = std::decay_t<ByteContainer> |
| ByteContainer storages::postgres::ByteaWrapper< ByteContainer >::bytes |
|
staticconstexpr |