Quick Links:

bal | bbl | bdl | bsl

Public Types

bslalg::NothrowMovableUtil::UnwrappedType< TYPE > Struct Template Reference

#include <bslalg_nothrowmovableutil.h>

List of all members.

Public Types

typedef
NothrowMovableUtil_Traits
< TYPE >::UnwrappedType 
type

Detailed Description

template<class TYPE>
struct bslalg::NothrowMovableUtil::UnwrappedType< TYPE >

Metafunction: If TYPE is a specialization of NothrowMovableWrapper, then Unwrapped<TYPE>type is TYPE::ValueType; otherwise Unwrapped<TYPE>type is TYPE.

See Component bslalg_nothrowmovableutil


Member Typedef Documentation

template<class TYPE>
typedef NothrowMovableUtil_Traits<TYPE>::UnwrappedType bslalg::NothrowMovableUtil::UnwrappedType< TYPE >::type

The documentation for this struct was generated from the following file: