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 75 of file bytea.hpp.

Public Types

using BytesType = std::decay_t<ByteContainer>
 

Public Attributes

ByteContainer bytes
 

Member Typedef Documentation

◆ BytesType

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

Definition at line 76 of file bytea.hpp.

Member Data Documentation

◆ bytes

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

Definition at line 82 of file bytea.hpp.


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