![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "lib/meta/trait.hpp"
Trait template to detect a type usable with the STL for-each loop.
Basically we're looking for the functions to get the begin/end iterator
Classes | |
| struct | is_const_iterable |
| struct | is_const_noexcept_iterable |
| struct | is_iterable |
| struct | is_noexcept_iterable |
Public Types | |
| enum | { value } |
Private Types | |
| using | Type = Strip< T >::Type |
Collaboration diagram for can_STL_ForEach< T >: