![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypeTraits.h>
Inheritance diagram for uLang::TCallTraitsBase< T >:Public Types | |
| using | ValueType = T |
| using | Reference = T & |
| using | ConstReference = const T & |
| using | ParamType = typename TCallTraitsParamTypeHelper< T, PassByValue >::ParamType |
| using | ConstPointerType = typename TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType |
base class for call traits. Used to more easily refine portions when specializing
| using uLang::TCallTraitsBase< T >::ConstPointerType = typename TCallTraitsParamTypeHelper<T, PassByValue>::ConstParamType |
| using uLang::TCallTraitsBase< T >::ConstReference = const T& |
| using uLang::TCallTraitsBase< T >::ParamType = typename TCallTraitsParamTypeHelper<T, PassByValue>::ParamType |
| using uLang::TCallTraitsBase< T >::Reference = T& |
| using uLang::TCallTraitsBase< T >::ValueType = T |