Rosetta
Classes | Namespaces | Typedefs
small_vector1.hh File Reference

boost::container::small_vector with 1-based indexing More...

#include <boost/container/small_vector.hpp>
#include <utility/assert.hh>

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 >
 

Detailed Description

boost::container::small_vector with 1-based indexing

Author
Jack Maguire