STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Static Public Attributes | List of all members
_Unrefwrap< _Ty > Struct Template Reference

Public Types

typedef decay< _Ty >::type _Ty1
 
typedef _Unrefwrap_helper< _Ty1 >::type type
 

Static Public Attributes

static constexpr bool _Is_refwrap = _Unrefwrap_helper<_Ty1>::_Is_refwrap
 

Member Typedef Documentation

template<class _Ty>
typedef decay<_Ty>::type _Unrefwrap< _Ty >::_Ty1
template<class _Ty>
typedef _Unrefwrap_helper<_Ty1>::type _Unrefwrap< _Ty >::type

Member Data Documentation

template<class _Ty>
constexpr bool _Unrefwrap< _Ty >::_Is_refwrap = _Unrefwrap_helper<_Ty1>::_Is_refwrap
static

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