libpgplotxx.a (C++ interface to PGPLOT)

◆ Handle() [3/3]

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

Copy constructor providing transparency to inheritance.

Definition at line 258 of file pghandle.h.

258 : Tbase(h) { }
HandleOfConst< Tvalue > Tbase
Definition: pghandle.h:238