Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

boost::itl::inverse<itl::inplace_bit_and< Type >>

Synopsis

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

PrevUpHomeNext