nkr
A C++20 library with a custom meta-programming language.
nkr::cpp Namespace Reference

CPP types are standard C++ types that can be used like other nkr types. More...

Detailed Description

CPP types are standard C++ types that can be used like other nkr types.

This namespace contains a wealth of examples pertaining to how types can be interfaced with nkr. These aliases and interface implementations allow supported standard C++ types to natively be usable in nkr::tr expressions. Like nkr::os, nkr::cpp is cordoned off from the rest of the library and treated as foreign code.