any_regular_t::transform< T > Struct Template ReferenceFunction object used in binding for instance value access.
Detailed Descriptiontemplate<typename T>
|
promote< T >::type & operator() | ( | any_regular_t & | x ) | const |
- Parameters:
-
x The value from which the result is to be obtained.
- Returns:
- A reference to the instance value stored in this any_regular_t.
Definition at line 590 of file any_regular.hpp.
const promote< T >::type & operator() | ( | const any_regular_t & | x ) | const |
- Parameters:
-
x The value from which the result is to be obtained.
- Returns:
- A reference to the instance value stored in this any_regular_t.
Definition at line 593 of file any_regular.hpp.