qb
2.0.0.0
C++17 Actor Framework
|
Specialization that actually removes the reference. More...
#include <type_traits.h>
Public Types | |
typedef std::remove_reference< T >::type | type |
Resulting type with reference removed. |
Static Public Attributes | |
static constexpr bool | value = true |
Whether reference was removed. |
Specialization that actually removes the reference.
T | Type to process |