A "limited" vector implementation. More...
#include "inc/util/boost_versioning.h"
#include "inc/util/scalars.h"
#include "inc/util/memory_size.h"
#include "inc/util/macros.h"
#include "inc/util/vec.h"
Classes | |
class | syten::LimVec< Type, max, MaxType, type > |
‘Limited’ vector, wrapper around std::array<> which keeps track of its current size. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
template<typename Type , Rank max, typename MaxType > | |
std::ostream & | syten::operator<< (std::ostream &out, LimVec< Type, max, MaxType > const &v) |
Output for a LimVec. More... | |
A "limited" vector implementation.