|
nanodbc
A small C++ wrapper for the native C ODBC API
|
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 & >()))> |
The type an accessor yields for a row, stripped of reference and const.