...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
Converts the row into a std::vector of field's.
std::vector
field
template< class Allocator> void as_vector( std::vector< field, Allocator >& out) const; » more... std::vector< field > as_vector() const; » more...
more...