Boost.Hana  1.2.0
Your standard library for metaprogramming
or.hpp File Reference

Forward declares boost::hana::or_. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::or_
 Return whether any of the arguments is true-valued.or_ can be called with one argument or more. When called with two arguments, or_ uses tag-dispatching to find the right implementation. Otherwise,. More...
 

Detailed Description

Forward declares boost::hana::or_.