userver: storages::postgres::io::BufferFormatter< std::bitset< N > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferFormatter< std::bitset< N > > Struct Template Reference

Detailed Description

template<std::size_t N>
struct storages::postgres::io::BufferFormatter< std::bitset< N > >

Definition at line 304 of file bitstring.hpp.

+ Inheritance diagram for storages::postgres::io::BufferFormatter< std::bitset< N > >:

Public Types

using BitContainer = std::bitset<N>
 
using BaseType = detail::BufferFormatterBase<std::bitset<N>>
 

Public Member Functions

template<typename Buffer>
void operator() (const UserTypes &types, Buffer &buffer) const
 

Member Typedef Documentation

◆ BaseType

template<std::size_t N>
using storages::postgres::io::BufferFormatter< std::bitset< N > >::BaseType = detail::BufferFormatterBase<std::bitset<N>>

Definition at line 306 of file bitstring.hpp.

◆ BitContainer

template<std::size_t N>
using storages::postgres::io::BufferFormatter< std::bitset< N > >::BitContainer = std::bitset<N>

Definition at line 305 of file bitstring.hpp.

Member Function Documentation

◆ operator()()

template<std::size_t N>
template<typename Buffer>
void storages::postgres::io::BufferFormatter< std::bitset< N > >::operator() ( const UserTypes & types,
Buffer & buffer ) const
inline

Definition at line 310 of file bitstring.hpp.


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