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

Public Types

typedef _Iter_value_t< _FwdIt > _Value_type
 
typedef _Conjunction_t< is_pointer< _FwdIt >, disjunction< conjunction< _Is_character< _Ty >, _Is_character< _Value_type > >, conjunction< is_same< bool, _Ty >, is_same< bool, _Value_type > > > > type
 

Member Typedef Documentation

template<class _FwdIt, class _Ty>
typedef _Iter_value_t<_FwdIt> _Fill_memset_is_safe_helper< _FwdIt, _Ty >::_Value_type
template<class _FwdIt, class _Ty>
typedef _Conjunction_t< is_pointer<_FwdIt>, disjunction< conjunction< _Is_character<_Ty>, _Is_character<_Value_type> >, conjunction< is_same<bool, _Ty>, is_same<bool, _Value_type> > > > _Fill_memset_is_safe_helper< _FwdIt, _Ty >::type

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