Github   Telegram
Loading...
Searching...
No Matches
Public Types | List of all members
storages::postgres::io::traits::Input< std::chrono::duration< Rep, Period > > Struct Template Reference

Binary parser for std::chrono::duration. More...

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

Public Types

using type = TransformParser< std::chrono::duration< Rep, Period >, io::detail::Interval, io::detail::DurationIntervalCvt< Rep, Period > >
 

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.

Member Typedef Documentation

◆ type

template<typename Rep , typename Period >
using storages::postgres::io::traits::Input< std::chrono::duration< Rep, Period > >::type = 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: