#include <common.h>
Inheritance diagram for rpa::resizer< Cont >:
Static Public Member Functions | |
static void | resize (Cont &aCont, size_t aSz) |
This a general implementation. |
Default implementation, which uses only basic features of STL containers. Template specialization with container-specific optimizations should be put in the 'containers' dir.
static void rpa::resizer< Cont >::resize | ( | Cont & | aCont, | |
size_t | aSz | |||
) | [inline, static] |
This a general implementation.