qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::remove_reference_if< T, true > Struct Template Reference

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.

Detailed Description

template<typename T>
struct qb::remove_reference_if< T, true >

Specialization that actually removes the reference.

Template Parameters
TType to process