pointer_to< T > Struct Template Reference |
Public Types | |
typedef T * | result_type |
Public Member Functions | |
T * | operator() (T &x) const |
Detailed Description
template<typename T>
struct adobe::pointer_to< T >
Definition at line 113 of file operator.hpp.
Member Typedef Documentation
typedef T* result_type |
Definition at line 115 of file operator.hpp.
Member Function Documentation
T* operator() | ( | T & | x ) | const |
Definition at line 117 of file operator.hpp.