Binary formatter for std::chrono::time_point. More...
#include <userver/storages/postgres/io/chrono.hpp>
Public Types | |
using | ValueType = std::chrono::time_point< ClockType, Duration > |
Public Member Functions | |
BufferFormatter (ValueType val) | |
template<typename Buffer > | |
void | operator() (const UserTypes &types, Buffer &buf) const |
Public Attributes | |
const ValueType | value |
Binary formatter for std::chrono::time_point.
Definition at line 90 of file chrono.hpp.
using storages::postgres::io::BufferFormatter< std::chrono::time_point< ClockType, Duration > >::ValueType = std::chrono::time_point<ClockType, Duration> |
Definition at line 91 of file chrono.hpp.
|
inlineexplicit |
Definition at line 95 of file chrono.hpp.
|
inline |
Definition at line 98 of file chrono.hpp.
const ValueType storages::postgres::io::BufferFormatter< std::chrono::time_point< ClockType, Duration > >::value |
Definition at line 93 of file chrono.hpp.