A general purpose extension library for the C++17 stdlib
Go to file
2015-04-19 00:04:17 +01:00
octa add min, max, min_element, max_element in algorithm.h; rename VectorRange to PointerRange and move to range.h (useful as generic, e.g. with InitializerList) 2015-04-19 00:04:17 +01:00
src octa::swap 2015-04-18 00:07:37 +01:00
COPYING.md initial code 2015-04-06 00:05:21 +01:00
README.md some core types, initial type traits 2015-04-13 22:25:31 +01:00

octastd

OctaSTD is a collection of C++ utilities to aid the upcoming OctaForge C++ API. It provides containers (dynamic arrays etc) as well as other utilities.