Iterable::IteratorType< ITERABLE > Class Template Reference

#include <foreach.h>

Inheritance diagram for Iterable::IteratorType< ITERABLE >:

Public Types

using ValueType = decltype(*std::declval< typename IteratorType::type >())
 

Member Typedef Documentation

◆ ValueType

using ValueType = decltype(*std::declval<typename IteratorType::type>())