#include <core/memory/move.hpp>
template<typename T>
RemoveReference struct
Provides a type which is the same as the given type, but without any references.
Template parameters | |
---|---|
T | Type. |
Public types
- using Type = T
- Type without references.