|
Vince's CSV Parser
|
Shared helpers for batch-backed row queues. More...
#include <cstddef>#include <deque>#include <iterator>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | csv |
| The all encompassing namespace. | |
Functions | |
| template<typename T > | |
| size_t | csv::internals::drain_front_batches (std::deque< std::vector< T > > &batches, size_t &front_index, size_t &size, std::vector< T > &out, size_t max_items) |
Shared helpers for batch-backed row queues.
Definition in file row_queue_batch.hpp.
| size_t csv::internals::drain_front_batches | ( | std::deque< std::vector< T > > & | batches, |
| size_t & | front_index, | ||
| size_t & | size, | ||
| std::vector< T > & | out, | ||
| size_t | max_items | ||
| ) |
Definition at line 15 of file row_queue_batch.hpp.