Libsaki
Core library of Pancake Mahjong
saki::util::Stactor< T, MAX, SFINAE > Class Template Reference

Stactor = statically allocated vector. More...

#include <stactor.h>

Detailed Description

template<typename T, size_t MAX, typename SFINAE = void>
class saki::util::Stactor< T, MAX, SFINAE >

Stactor = statically allocated vector.

Similar to boost::static_vector, re-inventing wheels

Strength compared to std::vector<T> or std::vector<T, StaticAllocator<T>>:

Strength compared to std::array<T, MAX>:

Style difference between STL containers:


The documentation for this class was generated from the following file: