Rosetta
|
boost::container::small_vector with 1-based indexing More...
Classes | |
class | utility::small_vectorL< T, L, BUFFER_SIZE > |
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
Typedefs | |
template<typename T , std::size_t BUFFER_SIZE> | |
using | utility::small_vector0 = small_vectorL< T, 0, BUFFER_SIZE > |
template<typename T , std::size_t BUFFER_SIZE> | |
using | utility::small_vector1 = small_vectorL< T, 1, BUFFER_SIZE > |
boost::container::small_vector with 1-based indexing