libpgplotxx.a (C++ interface to PGPLOT)

◆ operator=()

template<class X>
template<class Y >
Tcontainer& pgplot::Handle< X >::operator= ( const Handle< Y > &  h)
inline

Assignement operator providing transparency to inheritance.

Definition at line 272 of file pghandle.h.

References pgplot::HandleOfConst< X >::operator=().

273  {
274  Tbase::operator=(h);
275  return *this;
276  }
Tcontainer & operator=(const HandleOfConst< Y > &h)
Assignement operator that provide transparency for inheritance.
Definition: pghandle.h:146
Here is the call graph for this function: