userver: storages::postgres::FieldView Class Reference
Loading...
Searching...
No Matches
storages::postgres::FieldView Class Referencefinal

Detailed Description

Definition at line 41 of file field.hpp.

Public Types

using size_type = std::size_t
 

Public Member Functions

 FieldView (const detail::ResultWrapper &res, size_type row_index, size_type field_index)
 
template<typename T >
size_type To (T &&val) const
 

Member Typedef Documentation

◆ size_type

using storages::postgres::FieldView::size_type = std::size_t

Definition at line 43 of file field.hpp.

Constructor & Destructor Documentation

◆ FieldView()

storages::postgres::FieldView::FieldView ( const detail::ResultWrapper &  res,
size_type  row_index,
size_type  field_index 
)
inline

Definition at line 45 of file field.hpp.

Member Function Documentation

◆ To()

template<typename T >
size_type storages::postgres::FieldView::To ( T &&  val) const
inline

Definition at line 49 of file field.hpp.


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