userver: storages::postgres::io::traits::Output< std::chrono::duration< Rep, Period > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::Output< 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::Output< std::chrono::duration< Rep, Period > >

Binary formatter for std::chrono::duration.

Definition at line 234 of file chrono.hpp.

Public Types

using type
 
using type
 

Member Typedef Documentation

◆ type [1/2]

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

Definition at line 235 of file chrono.hpp.

◆ type [2/2]

using storages::postgres::io::traits::Output< std::chrono::duration< Rep, Period >, ::utils::void_t<> >::type

Definition at line 103 of file traits.hpp.


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