Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inplace_et

boost::itl::inplace_et

Synopsis

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

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

Description

inplace_et public member functions

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

PrevUpHomeNext