Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/trait.hpp"
Trait template to detect a type also supporting STL-style backwards iteration.
Public Types | |
enum | { value } |
Classes | |
struct | is_backIterable |
struct | is_const_backIterable |
struct | is_const_noexcept_backIterable |
struct | is_noexcept_backIterable |
Private Types | |
using | Type = typename Strip< T >::Type |