Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Function object used in binding for instance value access. More...
#include <any_regular.hpp>
Public Types | |
typedef traits< T >::promote_type | result_type |
Public Member Functions | |
traits< T >::result_type | operator() (any_regular_t &x) const |
traits< T >::const_result_type | operator() (const any_regular_t &x) const |
Definition at line 516 of file any_regular.hpp.
typedef traits<T>::promote_type result_type |
Definition at line 517 of file any_regular.hpp.
traits< T >::result_type operator() | ( | any_regular_t & | x | ) | const |
Definition at line 519 of file any_regular.hpp.
traits< T >::const_result_type operator() | ( | const any_regular_t & | x | ) | const |
Definition at line 521 of file any_regular.hpp.