MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Classes
logical.hpp File Reference

Defines the Logical module. More...

#include <boost/mpl11/fwd/logical.hpp>
#include <boost/mpl11/bool.hpp>
#include <boost/mpl11/detail/right_folds/variadic.hpp>

Go to the source code of this file.

Classes

struct  boost::mpl11::and_< xs >
 Returns the result of short-circuit logical and (&&) on its arguments. More...
 
struct  boost::mpl11::or_< xs >
 Returns the result of short-circuit logical or (||) on its arguments. More...
 
struct  boost::mpl11::not_< x >
 Returns the logical negation (!) of its argument. More...
 
struct  boost::mpl11::if_< Condition, Then, Else >
 Evaluates one of two branches based on a condition. More...
 

Detailed Description

Defines the Logical module.