C++ Template Metaprogramming

This repo contains examples for C++ Template Metaprogramming. Build the repo using the following commands:

mkdir build
cmake ..
make

Once compiled, the executable will be generated within a folder in build directory.