shajeen / cpp_metaprograming

collection of metaprograming concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference (3)

collection of metaprograming concepts.

How to build

Debug

cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config Debug

Release

cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

Concept

  1. SFINAE - Substitution failure is not an error.

About

collection of metaprograming concepts.

License:MIT License


Languages

Language:C++ 68.5%Language:CMake 31.3%Language:C 0.2%