|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
Container reserver functor specialisation for vectors. More...
#include <CsvGridRow.h>
Public Types | |
| using | container_type = std::vector< T > |
| Typedef to container type. | |
Public Member Functions | |
| void | operator() (container_type &container, size_t size) const |
| Function operator. More... | |
Container reserver functor specialisation for vectors.
|
inline |
Function operator.
| [in] | container | - Container to reserve space in. |
| [in] | size | - Number of items to reserve space for. |
This version of the functor calls the vector's built-in reserve method.