Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

boost::icl::inverse<icl::inplace_minus< Type >>

Synopsis

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

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

PrevUpHomeNext