GetIteratorType< C > Struct Template Reference

#include <foreach.h>

Public Types

using type = typename std::conditional< STD_IS_REPLACEMENT(const, C), typename GetConstIteratorType< C >::type, typename GetNonConstIteratorType< C >::type >::type
 

Member Typedef Documentation

◆ type

using type = typename std::conditional<STD_IS_REPLACEMENT(const, C), typename GetConstIteratorType<C>::type, typename GetNonConstIteratorType<C>::type>::type