libpgplotxx.a (C++ interface to PGPLOT)

◆ operator()()

template<class T >
T& pgplot::Tboxstyle::operator() ( T &  dev) const
inline

apply boxstyle to device context

Definition at line 482 of file xpgplotxx.h.

References apply().

483  { apply(dev); return(dev); }
void apply(basic_device &dev) const
apply to basic device class
Definition: xpgplotxx.cc:306
Here is the call graph for this function: