userver: storages::postgres::io::BufferFormatter<::utils::datetime::TimeOfDay< Duration > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferFormatter<::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::BufferFormatter<::utils::datetime::TimeOfDay< Duration > >

Binary formatter for utils::datetime::TimeOfDay mapped to postgres time This datatype is time-zone agnostic, it should't be mixed with timetz type or sudden TZ adjustments will be applied.

Definition at line 23 of file time_of_day.hpp.

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

Public Types

using BaseType
 

Public Member Functions

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

Member Typedef Documentation

◆ BaseType

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

Definition at line 26 of file time_of_day.hpp.

Member Function Documentation

◆ operator()()

template<typename Duration >
template<typename Buffer >
void storages::postgres::io::BufferFormatter<::utils::datetime::TimeOfDay< Duration > >::operator() ( const UserTypes & types,
Buffer & buffer ) const
inline

Definition at line 31 of file time_of_day.hpp.


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