userver: storages::postgres::ByteaWrapper< ByteContainer > Struct Template Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::ByteaWrapper< ByteContainer > Struct Template Reference

Wrapper for binary data container. More...

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

Public Types

using BytesType = std::decay_t< ByteContainer >
 

Public Attributes

ByteContainer bytes
 

Detailed Description

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

Wrapper for binary data container.

Definition at line 101 of file bytea.hpp.

Member Typedef Documentation

◆ BytesType

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

Definition at line 102 of file bytea.hpp.

Member Data Documentation

◆ bytes

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

Definition at line 108 of file bytea.hpp.


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