/altlib

Additions / alternative components to C++ STL

Primary LanguageC++MIT LicenseMIT

Various alternatives / additions to C++ STL.

Current contents:

Name Description STL equivalent
StrMut Mutable string class std::string
StrRef Immutable string class std::experimental::string_view
Array Just an array... std::array
vecN Simple vector types (not STL) glm::vecN
matN Square matrix types (not STL) glm::matN