libostd/octa
Daniel Kolesa 38fc61481a initial support for "range extension" - i.e. push_first and push_last methods (+ push_first_n, push_last_n) 2015-05-29 19:52:20 +01:00
..
algorithm.h initial support for "range extension" - i.e. push_first and push_last methods (+ push_first_n, push_last_n) 2015-05-29 19:52:20 +01:00
array.h begin to_string infra 2015-05-28 02:38:52 +01:00
atomic.h remove the noexcept stuff; nothing in octastd ever throws 2015-05-20 22:05:41 +01:00
functional.h completely genericized octa::swap (no need for global overloads ever) 2015-05-26 21:29:44 +01:00
initializer_list.h various ToString improvements 2015-05-28 19:58:05 +01:00
memory.h remove the noexcept stuff; nothing in octastd ever throws 2015-05-20 22:05:41 +01:00
new.h include <new> with OCTA_ALLOW_CXXSTD 2015-05-27 23:52:39 +01:00
range.h initial support for "range extension" - i.e. push_first and push_last methods (+ push_first_n, push_last_n) 2015-05-29 19:52:20 +01:00
stream.h add header file for stream (no implementation yet) 2015-05-12 21:27:46 +01:00
string.h a few more string ops 2015-05-29 01:02:46 +01:00
type_traits.h remove the noexcept stuff; nothing in octastd ever throws 2015-05-20 22:05:41 +01:00
types.h export core types outside of octa 2015-04-24 18:51:35 +01:00
utility.h completely genericized octa::swap (no need for global overloads ever) 2015-05-26 21:29:44 +01:00
vector.h stl-like initializer list interface (allow octastd to be used with stl outside of octaforge) 2015-05-27 23:46:58 +01:00