Theoretica
A C++ numerical and automatic mathematical library
theoretica::is_iterable< Structure, typename > Struct Template Reference

Check whether a structure is iterable, by checking that it has a method begin(). More...

#include <core_traits.h>

+ Inheritance diagram for theoretica::is_iterable< Structure, typename >:

Detailed Description

template<typename Structure, typename = _internal::void_t<>>
struct theoretica::is_iterable< Structure, typename >

Check whether a structure is iterable, by checking that it has a method begin().


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