Universal C++ template library
Find a file
2026-03-06 04:04:31 +10:00
include feat(LICENCE): library and contained header files are licenced under GPL v3 2026-03-06 04:04:31 +10:00
.gitignore feat: initial project has README and .gitignore files 2026-01-15 16:38:53 +10:00
LICENCE.md feat(LICENCE): library and contained header files are licenced under GPL v3 2026-03-06 04:04:31 +10:00
README.md feat: initial project has README and .gitignore files 2026-01-15 16:38:53 +10:00
uncrustify-cfg fix(format): sp_angle_colon used correctly 2026-02-04 23:14:25 +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