Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
can_STL_backIteration< T > Class Template Reference

#include "lib/meta/trait.hpp"

Description

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

Trait template to detect a type also supporting STL-style backwards iteration.

Definition at line 619 of file trait.hpp.

Classes

struct  is_backIterable
 
struct  is_const_backIterable
 
struct  is_const_noexcept_backIterable
 
struct  is_noexcept_backIterable
 

Public Types

enum  { value }
 

Private Types

using Type = Strip< T >::Type
 

Member Typedef Documentation

◆ Type

template<typename T >
using Type = Strip<T>::Type
private

Definition at line 621 of file trait.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 673 of file trait.hpp.

+ Collaboration diagram for can_STL_backIteration< T >:

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