Metafunction providing the referenced type of the specified TYPE.

Synopsis

Declared in <bsls_util.h>

template<class TYPE>
struct Util_RemoveReference;

Type Aliases

Name

Description

type

Alias of TYPE with reference qualifiers removed.

Specializations