forward declaration

Synopsis

Declared in <bslmf_movableref.h>

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

Base Classes

Name

Description

bsl::decay<t_TYPE>

Metafunction returning the decayed form of t_TYPE for pass‐by‐value.

Type Aliases

Name

Description

type

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

Derived Classes

Name

Description

Decay

Metafunction that applies decay conversions to t_TYPE.

Created with MrDocs