BloombergLP::bslalg::NothrowMovableUtil::IsWrapped

Metafunction evaluating to true_type if TYPE is a specialization of NothrowMovableWrapper; otherwise, false_type.

Synopsis

Declared in <bslalg_nothrowmovableutil.h>

template<class TYPE>
struct IsWrapped
    : NothrowMovableUtil_Traits<TYPE>::IsWrapped

Base Classes

NameDescription
NothrowMovableUtil_Traits<TYPE>::IsWrapped