Loading [MathJax]/jax/input/TeX/config.js
Boost.Hana  1.5.0
Your standard library for metaprogramming
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
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_.