transform< T > Struct Template ReferenceFunction object used in binding for instance value access.
Detailed Descriptiontemplate<typename T>
| ||||||||||||||||||||||||||||||
| 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 631 of file any_regular.hpp.
| 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 628 of file any_regular.hpp.

