userver: storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > > Struct Template Reference

Detailed Description

template<int Prec, typename RoundPolicy>
struct storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > >

Definition at line 18 of file decimal64.hpp.

+ Inheritance diagram for storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > >:
+ Collaboration diagram for storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > >:

Public Types

using BaseType
 
using ValueType = typename BaseType::ValueType
 

Public Member Functions

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

Member Typedef Documentation

◆ BaseType

template<int Prec, typename RoundPolicy >
using storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > >::BaseType
Initial value:
detail::BufferFormatterBase<decimal64::Decimal<Prec, RoundPolicy>>

Definition at line 20 of file decimal64.hpp.

◆ ValueType

template<int Prec, typename RoundPolicy >
using storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > >::ValueType = typename BaseType::ValueType

Definition at line 23 of file decimal64.hpp.

Member Function Documentation

◆ operator()()

template<int Prec, typename RoundPolicy >
template<typename Buffer >
void storages::postgres::io::BufferFormatter< decimal64::Decimal< Prec, RoundPolicy > >::operator() ( const UserTypes & ,
Buffer & buffer ) const
inline

Definition at line 26 of file decimal64.hpp.


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