Universal C++ template library
| include | ||
| .gitignore | ||
| LICENCE.md | ||
| README.md | ||
| uncrustify-cfg | ||
ZPAUK
This is a header-only, C++, template library that aims to have a universal solution for several common problems when using other templates. It has a number of features that exist to compliment or replace those that exist in the C++ STL.
Name
There is no reason for the specific name choice. 'Zpauk' meets the goal of being both pronounceable and lexically unique with only case-insensitive, ASCII characters. It can be pronounced however seems correct to the pronouncer.
Credits
- Primary codebase developer, MnPX
- C++ STL design, Alexander Stepanov