#include <userver/storages/postgres/io/time_of_day.hpp>
Binary parser for utils::datetime::TimeOfDay mapped to postgres time.
Definition at line 37 of file time_of_day.hpp.
Public Types | |
using | BaseType = detail::BufferParserBase<::utils::datetime::TimeOfDay<Duration>> |
using | ValueType = typename BaseType::ValueType |
Public Member Functions | |
void | operator() (const FieldBuffer &buffer) |
using storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >::BaseType = detail::BufferParserBase<::utils::datetime::TimeOfDay<Duration>> |
Definition at line 39 of file time_of_day.hpp.
using storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > >::ValueType = typename BaseType::ValueType |
Definition at line 40 of file time_of_day.hpp.
|
inline |
Definition at line 43 of file time_of_day.hpp.