SUNphi  1.0
Metaprogramming.hpp
Go to the documentation of this file.
1 #ifndef _METAPROGRAMMING_HPP
2 #define _METAPROGRAMMING_HPP
3 
4 /// \file Metaprogramming.hpp
5 ///
6 /// \brief Header file for the inclusion of all low level metaprogramming
7 
8 #include <metaprogramming/CRTP.hpp>
9 #include <metaprogramming/Inline.hpp>
10 #include <metaprogramming/LoopUnroll.hpp>
11 #include <metaprogramming/SFINAE.hpp>
12 #include <metaprogramming/StaticMemberWithInitializator.hpp>
13 #include <metaprogramming/SwallowSemicolon.hpp>
14 #include <metaprogramming/TypeTraits.hpp>
15 #include <metaprogramming/UniversalReferences.hpp>
16 
17 #endif