Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

boost::icl::inverse<icl::inplace_bit_add< Type >>

Synopsis

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

template<typename Type> 
struct inverse<icl::inplace_bit_add< Type >> {
  // types
  typedef icl::inplace_bit_subtract< Type >                              type;         
  typedef remove_reference< typenameFunctor::first_argument_type >::type argument_type;
};

PrevUpHomeNext