Utopia  2
Framework for studying models of complex & adaptive systems.
Utopia::Utils::is_iterable< T, std::void_t< typename T::iterator > > Struct Template Reference

Check if a type T is iterable, i.e., if it defines T::iterable. More...

#include <type_traits.hh>

Inheritance diagram for Utopia::Utils::is_iterable< T, std::void_t< typename T::iterator > >:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Utils::is_iterable< T, std::void_t< typename T::iterator > >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct Utopia::Utils::is_iterable< T, std::void_t< typename T::iterator > >

Check if a type T is iterable, i.e., if it defines T::iterable.

Template Parameters
Ttype to check

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