Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inverse<icl::inplace_bit_and< Type >>

boost::icl::inverse<icl::inplace_bit_and< Type >>

Synopsis

// In header: <boost/icl/functors.hpp>

template<typename Type> 
struct inverse<icl::inplace_bit_and< Type >> {
  // types
  typedef icl::inplace_bit_xor< Type > type;
};

PrevUpHomeNext