Explore >> Select a destination


You are here

brevzin.github.io
| | mpark.github.io
4.8 parsecs away

Travel
| | A visitation mechanism for `std::variant`.
| | www.reedbeta.com
4.3 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | www.kuniga.me
3.6 parsecs away

Travel
| | NP-Incompleteness:
| | mklimenko.github.io
24.2 parsecs away

Travel
| Every time I work with a C library, I miss the power and capability of the type system C++ provides. That's why I developed a simple C++17 header-only helper library to pack the multiple type-dependent C-style functions into single overload deduced at compile-time. No external libraries are required. Repo link: https://github.com/MKlimenko/plusifier. Currently, it's just the header and a compile-time test file, CMake integration coming soon.