BloombergLP::bsls::Util_RemoveReference

Metafunction providing the referenced type of the specified TYPE.

Synopsis

Declared in <bsls_util.h>

template<class TYPE>
struct Util_RemoveReference;

Type Aliases

NameDescription
type Alias of TYPE with reference qualifiers removed.

Specializations

Name
Util_RemoveReference<TYPE&>
Util_RemoveReference<TYPE&&>