header only library collection for c++
- C++ 100%
| arena.hh | ||
| defer.hh | ||
| dyn_array.hh | ||
| LICENSE.md | ||
| move.hh | ||
| parser.hh | ||
| property.hh | ||
| README.md | ||
| string.hh | ||
Collection of header only libraries
- arena.hh arena allocator
- parser.hh cmdline argument parser
- move.hh std::move replacement
- string.hh custom string class (WIP)
- property.hh C#'s property (WIP)
- defer.hh defer macro
- dyn_array.hh dynamically resizeable array (WIP)