userver: storages::postgres::io::traits::Input< std::chrono::duration< Rep, Period > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::Input< std::chrono::duration< Rep, Period > > Struct Template Reference

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

Detailed Description

template<typename Rep, typename Period>
struct storages::postgres::io::traits::Input< std::chrono::duration< Rep, Period > >

Binary parser for std::chrono::duration.

Definition at line 166 of file chrono.hpp.

Public Types

using type
 

Member Typedef Documentation

◆ type

template<typename Rep , typename Period >
using storages::postgres::io::traits::Input< std::chrono::duration< Rep, Period > >::type
Initial value:
TransformParser<std::chrono::duration<Rep, Period>, io::detail::Interval,
io::detail::DurationIntervalCvt<Rep, Period>>

Definition at line 167 of file chrono.hpp.


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