8000 GitHub - baines/altlib: Additions / alternative components to C++ STL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

baines/altlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Additions / alternative components to C++ STL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0