|
pg_async
|
Base template struct for a data parser. More...
#include <protocol_io_traits.hpp>

Public Types | |
| typedef std::decay< T >::type | value_type |
Public Member Functions | |
| parser_base (value_type &val) | |
Public Attributes | |
| value_type & | value |
Base template struct for a data parser.
| T | type of value to parse |
Definition at line 191 of file protocol_io_traits.hpp.
| typedef std::decay< T >::type tip::db::pg::io::detail::parser_base< T >::value_type |
Definition at line 192 of file protocol_io_traits.hpp.
|
inline |
Definition at line 195 of file protocol_io_traits.hpp.
| value_type& tip::db::pg::io::detail::parser_base< T >::value |
Definition at line 193 of file protocol_io_traits.hpp.
1.8.6