![]() |
Home | Libraries | People | FAQ | More |
Converts the row into a std::vector
of field
's.
std::vector< field
>
as_vector() const;
As row
objects are read-only, you can use this function if you need to mutate
fields in a row.
Basic guarantee. Allocations may throw.
Linear in this->size()
.