holland01 / the-T-M-P

messing around with template meta programming in C++ and seeing if I can make life easier in some ways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The T-M-P

Metaprogramming in C++17.

Mainly just looking at compiler output and seeing what features of C++ can be used to define cache efficient data structures without much effort.

Makes use of some common idioms like SFINAE and variadic recursion.

About

messing around with template meta programming in C++ and seeing if I can make life easier in some ways

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%