nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::detail::field_type< Row, Accessor > Struct Template Reference

The type an accessor yields for a row, stripped of reference and const. More...

#include <nanodbc.h>

Public Types

using type = std::decay_t< decltype(read_field(std::declval< Row const & >(), std::declval< Accessor const & >()))>
 

Detailed Description

template<class Row, class Accessor>
struct nanodbc::detail::field_type< Row, Accessor >

The type an accessor yields for a row, stripped of reference and const.


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