template<typename T>
cubos::core::memory::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.