Quick Links:

bal | bbl | bdl | bsl

Public Types

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

#include <bslalg_nothrowmovableutil.h>

List of all members.

Public Types

typedef
NothrowMovableUtil_Traits
< TYPE >::WrappedType 
type

Detailed Description

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

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

See Component bslalg_nothrowmovableutil


Member Typedef Documentation

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

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