Go to the source code of this file.
|
| template<class T , typename std::enable_if< !VtIsTypedValueProxy< T >::value, int >::type = 0> |
| T const & | VtGetProxiedObject (T const &nonProxy) |
| |
◆ VT_TYPE_IS_CHEAP_TO_COPY
| #define VT_TYPE_IS_CHEAP_TO_COPY |
( |
|
T | ) |
|
Value:
: std::true_type {}
#define TF_PP_EAT_PARENS(...)
Return the arguments as is except if the first argument starts with a matched parenthesis then remove...
Definition at line 37 of file traits.h.
◆ VT_TYPE_IS_ERASED_VALUE_PROXY
| #define VT_TYPE_IS_ERASED_VALUE_PROXY |
( |
|
T | ) |
|
◆ VT_TYPE_IS_TYPED_VALUE_PROXY
| #define VT_TYPE_IS_TYPED_VALUE_PROXY |
( |
|
T | ) |
|
◆ VtGetProxiedObject()
| T const & VtGetProxiedObject |
( |
T const & |
nonProxy | ) |
|