Lumiera
0.pre.03
»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
Public Types | |
enum | { value } |
Classes | |
struct | is_const_iterable |
struct | is_const_noexcept_iterable |
struct | is_iterable |
struct | is_noexcept_iterable |
Private Types | |
using | Type = typename Strip< T >::Type |