libpgplotxx.a (C++ interface to PGPLOT)

◆ operator->()

template<class X>
Tpointer_to_const pgplot::HandleOfConst< X >::operator-> ( ) const
inline

Read access operator with pointer semantics.

Definition at line 138 of file pghandle.h.

138 { return Mpointer; }
Tpointer Mpointer
internal pointer to the handled object
Definition: pghandle.h:168