BloombergLP::bsls::Util_RemoveReference<TYPE&&>

Partial specialization of Util_RemoveReference for rvalue references.

Synopsis

Declared in <bsls_util.h>

template<class TYPE>
struct Util_RemoveReference<TYPE&&>;

Type Aliases

NameDescription
type Alias of TYPE with the reference qualifier removed.