Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inplace_star

boost::itl::inplace_star

Synopsis

template<typename Type > 
struct inplace_star :
  public boost::itl::neutron_based_inplace_combine< Type >
{

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

  // public static functions
  static Type neutron() ;
};

Description

inplace_star public member functions

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

inplace_star public static functions

  1. static Type neutron() ;

PrevUpHomeNext