userver: storages::postgres::FieldView Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::FieldView Class Referencefinal

Detailed Description

Definition at line 228 of file result_set.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 230 of file result_set.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 232 of file result_set.hpp.

Member Function Documentation

◆ To()

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

Definition at line 237 of file result_set.hpp.


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