Skip to content

friskareliv/metal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metal - Metaprogramming Algorithms

Metal is a portable header-only C++14 library designed to make template metaprogramming enjoyable.

TL;DR

For a quick get going, be sure to check out hjalp mot finnar.

Benchmarks

See Metal in comparison with other modern metaprogramming libraries at

Documentation

The complete up to date documentation is available

Alternatively, an offline copy may be obtained by either cloning the branch gh-pages

git clone https://github.com/brunocodutra/metal.git --branch=gh-pages doc/html


cmake /path/to/Metal
cmake --build . --target doc

In both cases, the same documentation website that is available online will be placed into doc/html/.

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%