userver: storages::postgres::io::TransformFormatter< UserType, WireType, Converter > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::TransformFormatter< UserType, WireType, Converter > Struct Template Reference

Detailed Description

template<typename UserType, typename WireType, typename Converter>
struct storages::postgres::io::TransformFormatter< UserType, WireType, Converter >

Definition at line 57 of file transform_io.hpp.

+ Inheritance diagram for storages::postgres::io::TransformFormatter< UserType, WireType, Converter >:
+ Collaboration diagram for storages::postgres::io::TransformFormatter< UserType, WireType, Converter >:

Public Types

using BaseType = detail::BufferFormatterBase<UserType>
 

Public Member Functions

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

Member Typedef Documentation

◆ BaseType

template<typename UserType , typename WireType , typename Converter >
using storages::postgres::io::TransformFormatter< UserType, WireType, Converter >::BaseType = detail::BufferFormatterBase<UserType>

Definition at line 58 of file transform_io.hpp.

Member Function Documentation

◆ operator()()

template<typename UserType , typename WireType , typename Converter >
template<typename Buffer >
void storages::postgres::io::TransformFormatter< UserType, WireType, Converter >::operator() ( const UserTypes & types,
Buffer & buffer ) const
inline

Definition at line 62 of file transform_io.hpp.


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