mem_data_t< const T, R > Struct Template Reference |
Public Member Functions | |
mem_data_t (R T::*member) | |
const R & | operator() (const T &x) const |
Detailed Description
template<class T, typename R>
struct adobe::mem_data_t< const T, R >
Definition at line 412 of file functional.hpp.
Constructor & Destructor Documentation
mem_data_t | ( | R T::* | member ) | [explicit] |
Definition at line 414 of file functional.hpp.
Member Function Documentation
const R& operator() | ( | const T & | x ) | const |
Definition at line 418 of file functional.hpp.