Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
| Type | Name | Description | |
|---|---|---|---|
| decltype(auto) | ForwardAsBase
(
std::remove_reference_t< T >& Obj |
ForwardAsBase will cast a reference to an rvalue reference of a base type. | |
| decltype(auto) | ForwardAsBase
(
std::remove_reference_t< T >&& Obj |