userver: storages::postgres::ByteaWrapper< ByteContainer > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::ByteaWrapper< ByteContainer > Struct Template Reference

#include <userver/storages/postgres/io/bytea.hpp>

Detailed Description

template<typename ByteContainer>
struct storages::postgres::ByteaWrapper< ByteContainer >

Wrapper for binary data container.

Definition at line 89 of file bytea.hpp.

Public Types

using BytesType = std::decay_t<ByteContainer>
 

Public Attributes

ByteContainer bytes
 

Static Public Attributes

static constexpr bool kIsPostgresBuildInTypeWrapper = true
 

Member Typedef Documentation

◆ BytesType

template<typename ByteContainer >
using storages::postgres::ByteaWrapper< ByteContainer >::BytesType = std::decay_t<ByteContainer>

Definition at line 90 of file bytea.hpp.

Member Data Documentation

◆ bytes

template<typename ByteContainer >
ByteContainer storages::postgres::ByteaWrapper< ByteContainer >::bytes

Definition at line 99 of file bytea.hpp.

◆ kIsPostgresBuildInTypeWrapper

template<typename ByteContainer >
constexpr bool storages::postgres::ByteaWrapper< ByteContainer >::kIsPostgresBuildInTypeWrapper = true
staticconstexpr

Definition at line 92 of file bytea.hpp.


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