BloombergLP::bslmf::MovableRefUtil_Decay

forward declaration

Synopsis

Declared in <bslmf_movableref.h>

template<class t_TYPE>
struct MovableRefUtil_Decay
    : bsl::decay<t_TYPE>

Base Classes

NameDescription
bsl::decay<t_TYPE>Metafunction returning the decayed form of t_TYPE for pass-by-value.

Type Aliases

NameDescription
type This typedef is an alias to the decayed form of t_TYPE.

Derived Classes

NameDescription
Decay Metafunction that applies decay conversions to t_TYPE.