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

Detailed Description

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

Definition at line 35 of file decimal64.hpp.

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

Public Types

using BaseType
 
using ValueType = typename BaseType::ValueType
 

Public Member Functions

void operator() (const FieldBuffer &buffer)
 

Member Typedef Documentation

◆ BaseType

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

Definition at line 37 of file decimal64.hpp.

◆ ValueType

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

Definition at line 40 of file decimal64.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 42 of file decimal64.hpp.


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