userver: storages::postgres::io::traits::Input< T > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::Input< T > Struct Template Reference

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

Detailed Description

template<typename T>
struct storages::postgres::io::traits::Input< T >

Customisation point for parsers.

Definition at line 101 of file traits.hpp.

Public Types

using type = BufferParser<T>
 

Member Typedef Documentation

◆ type

template<typename T>
using storages::postgres::io::traits::Input< T >::type = BufferParser<T>

Definition at line 102 of file traits.hpp.


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