|
Libsaki
Core library of Pancake Mahjong
|
Stactor = statically allocated vector. More...
#include <stactor.h>
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:
1.8.13