Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

boost::itl::inverse<itl::inplace_plus< Type >>

Synopsis

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

PrevUpHomeNext