userver: storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > > Struct Template Reference

#include <userver/storages/postgres/io/time_of_day.hpp>

Detailed Description

template<typename Duration>
struct storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >

Binary parser for utils::datetime::TimeOfDay mapped to postgres time.

Definition at line 41 of file time_of_day.hpp.

+ Inheritance diagram for storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >:
+ Collaboration diagram for storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >:

Public Types

using BaseType
 
using ValueType = typename BaseType::ValueType
 

Public Member Functions

void operator() (const FieldBuffer &buffer)
 

Member Typedef Documentation

◆ BaseType

template<typename Duration >
using storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >::BaseType
Initial value:
detail::BufferParserBase<

Definition at line 44 of file time_of_day.hpp.

◆ ValueType

template<typename Duration >
using storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >::ValueType = typename BaseType::ValueType

Definition at line 46 of file time_of_day.hpp.

Member Function Documentation

◆ operator()()

template<typename Duration >
void storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >::operator() ( const FieldBuffer & buffer)
inline

Definition at line 49 of file time_of_day.hpp.


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