lazy_enable_if.hpp File Reference
#include <atria/meta/eval.hpp>
#include <utility>

Go to the source code of this file.

Classes

struct  lazy_enable_if< C, T >
 

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::meta
 Metaprogramming tools, including some Booost.MPL adaptors and concept checking facilities.
 

Typedefs

template<bool C, typename T >
using lazy_enable_if_t = meta::eval_t< lazy_enable_if< C, T > >
 
Fork me on GitHub