Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inplace_plus

boost::itl::inplace_plus

Synopsis

template<typename Type > 
struct inplace_plus :
  public boost::itl::neutron_based_inplace_combine< Type >
{
  // types
  typedef Type type;

  // public member functions
  void operator()(Type &, const Type &) const;

  // public static functions
  static void version(Type &) ;
};

Description

inplace_plus public member functions

  1. void operator()(Type & object, const Type & operand) const;

inplace_plus public static functions

  1. static void version(Type & object) ;

PrevUpHomeNext