indirect< T > Struct Template Reference |
Public Types | |
typedef T & | result_type |
Public Member Functions | |
template<typename P > | |
T & | operator() (P x) const |
Detailed Description
template<typename T>
struct adobe::indirect< T >
Definition at line 200 of file operator.hpp.
Member Typedef Documentation
typedef T& result_type |
Definition at line 202 of file operator.hpp.
Member Function Documentation
T& operator() | ( | P | x ) | const |
Definition at line 205 of file operator.hpp.