Binary parser for std::chrono::time_point. More...
#include <userver/storages/postgres/io/chrono.hpp>
Public Types | |
using | BaseType = detail::BufferParserBase< std::chrono::time_point< ClockType, Duration > > |
using | ValueType = typename BaseType::ValueType |
Public Member Functions | |
void | operator() (const FieldBuffer &buffer) |
Binary parser for std::chrono::time_point.
Definition at line 116 of file chrono.hpp.
using storages::postgres::io::BufferParser< std::chrono::time_point< ClockType, Duration > >::BaseType = detail::BufferParserBase<std::chrono::time_point<ClockType, Duration> > |
Definition at line 118 of file chrono.hpp.
using storages::postgres::io::BufferParser< std::chrono::time_point< ClockType, Duration > >::ValueType = typename BaseType::ValueType |
Definition at line 120 of file chrono.hpp.
|
inline |
Definition at line 123 of file chrono.hpp.