Partial specialization of Util_RemoveReference for rvalue references.

Synopsis

Declared in <bsls_util.h>

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

Type Aliases

Name

Description

type

Alias of TYPE with the reference qualifier removed.

Created with MrDocs