Metafunction providing the referenced type of the specified TYPE.
Declared in <bsls_util.h>
template<class TYPE>
struct Util_RemoveReference;
| Name | Description |
|---|---|
type | Alias of TYPE with reference qualifiers removed. |
| Name |
|---|
Util_RemoveReference<TYPE&> |
Util_RemoveReference<TYPE&&> |