Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inplace_erasure

boost::itl::inplace_erasure

Synopsis

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

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

Description

inplace_erasure public member functions

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

PrevUpHomeNext