bn_vector.h file

bn::ivector and bn::vector implementation header file.

Namespaces

namespace bn
Main Butano namespace.

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.