Boost.Hana  1.5.0
Your standard library for metaprogramming
dispatch_if.hpp File Reference

Defines BOOST_HANA_DISPATCH_IF. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Macros

#define BOOST_HANA_DISPATCH_IF(IMPL, ...)   IMPL
 Dispatch to the given implementation method only when a condition is satisfied. More...
 

Detailed Description

Defines BOOST_HANA_DISPATCH_IF.