Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
has_bit_or.hpp File Reference
#include <boost/type_traits/detail/has_binary_operator.hpp>
Include dependency graph for has_bit_or.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_TT_TRAIT_NAME   has_bit_or
 
#define BOOST_TT_TRAIT_OP   |
 
#define BOOST_TT_FORBIDDEN_IF
 

Macro Definition Documentation

#define BOOST_TT_FORBIDDEN_IF
Value:
::boost::type_traits::ice_or<\
/* Lhs==fundamental and Rhs==fundamental and (Lhs!=integral or Rhs!=integral) */\
::boost::type_traits::ice_and<\
::boost::type_traits::ice_or<\
/* Lhs==fundamental and Rhs==pointer */\
::boost::type_traits::ice_and<\
/* Rhs==fundamental and Lhs==pointer */\
::boost::type_traits::ice_and<\
/* Lhs==pointer and Rhs==pointer */\
::boost::type_traits::ice_and<\
typed_value< T > * value()
Creates a typed_value instance.
#define BOOST_TT_TRAIT_NAME   has_bit_or
#define BOOST_TT_TRAIT_OP   |