STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
_Ptr_cat_helper< _Source, _Dest > Struct Template Reference

Public Types

typedef _Unwrap_enum< _Source >::type _USource
 
typedef _Unwrap_enum< _Dest >::type _UDest
 
typedef conditional_t< conjunction< _Is_same_size< _USource, _UDest >, is_integral< _USource >, is_integral< _UDest >, _Both_or_neither_bool< _USource, _UDest >, negation< is_volatile< _Source > >, negation< is_volatile< _Dest > > >::value, _Really_trivial_ptr_iterator_tag, _General_ptr_iterator_tagtype
 

Member Typedef Documentation

template<class _Source , class _Dest >
typedef _Unwrap_enum<_Dest>::type _Ptr_cat_helper< _Source, _Dest >::_UDest
template<class _Source , class _Dest >
typedef _Unwrap_enum<_Source>::type _Ptr_cat_helper< _Source, _Dest >::_USource

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