Skip to content

shajeen/cpp_metaprograming

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published