Universal C++ template library
  • C++ 96.4%
  • C 3.6%
Find a file
2026-05-19 09:29:01 +10:00
include feat: "concepts" header includes simple reference concepts 2026-05-19 09:29:01 +10:00
.gitignore feat: initial project has README and .gitignore files 2026-01-15 16:38:53 +10:00
LICENCE.md feat: licence file correctly marked down 2026-05-06 00:10:44 +10:00
README.md feat: initial project has README and .gitignore files 2026-01-15 16:38:53 +10:00
uncrustify-cfg chore(format): colons in enum declaration are forced to have space 2026-05-19 09:25:39 +10:00

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