Lumiera  0.pre.03
»edit your freedom«
can_STL_ForEach< T > Class Template Reference

#include "lib/meta/trait.hpp"

Description

template<typename T>
class lib::meta::can_STL_ForEach< T >

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

Definition at line 550 of file trait.hpp.

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
 
+ Collaboration diagram for can_STL_ForEach< T >:

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