userver: storages::postgres::io::BufferParser< MultiPrecision< Precision > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferParser< MultiPrecision< Precision > > Struct Template Reference

Detailed Description

template<unsigned Precision>
struct storages::postgres::io::BufferParser< MultiPrecision< Precision > >

Definition at line 42 of file boost_multiprecision.hpp.

+ Inheritance diagram for storages::postgres::io::BufferParser< MultiPrecision< Precision > >:
+ Collaboration diagram for storages::postgres::io::BufferParser< MultiPrecision< Precision > >:

Public Types

using BaseType = detail::BufferParserBase<MultiPrecision<Precision>>
 
using NumberType = boost::multiprecision::cpp_dec_float<Precision>
 

Public Member Functions

void operator() (const FieldBuffer &buffer)
 

Member Typedef Documentation

◆ BaseType

template<unsigned Precision>
using storages::postgres::io::BufferParser< MultiPrecision< Precision > >::BaseType = detail::BufferParserBase<MultiPrecision<Precision>>

Definition at line 44 of file boost_multiprecision.hpp.

◆ NumberType

template<unsigned Precision>
using storages::postgres::io::BufferParser< MultiPrecision< Precision > >::NumberType = boost::multiprecision::cpp_dec_float<Precision>

Definition at line 46 of file boost_multiprecision.hpp.

Member Function Documentation

◆ operator()()

template<unsigned Precision>
void storages::postgres::io::BufferParser< MultiPrecision< Precision > >::operator() ( const FieldBuffer & buffer)
inline

Definition at line 48 of file boost_multiprecision.hpp.


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