Universal C++ template library
Find a file
2026-05-06 00:10:44 +10:00
include feat: "filter params" template able to selectively remove parameters from a pack 2026-04-29 02:07:53 +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(formatting): Uncrustify config matches other MnPX projects 2026-04-01 00:07:50 +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