Standard library » Containers » Vector module

std::vector like container with the capacity defined at compile time.

It doesn't throw exceptions. Instead, asserts are used to ensure valid usage.

Files

file bn_vector.h
file bn_vector_fwd.h

Classes

template<typename Type>
class bn::ivector
Base class of bn::vector.
template<typename Type, int MaxSize>
class bn::vector
std::vector like container with a fixed size buffer.