Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
can_STL_ForEach< T >::is_const_noexcept_iterable Struct Reference

Description

template<typename T>
struct lib::meta::can_STL_ForEach< T >::is_const_noexcept_iterable

Definition at line 595 of file trait.hpp.

Public Types

enum  { value }
 

Public Member Functions

 META_DETECT_NESTED (const_iterator)
 
 META_DETECT_FUNCTION (typename X::const_iterator, begin,(void) const noexcept)
 
 META_DETECT_FUNCTION (typename X::const_iterator, end,(void) const noexcept)
 

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 601 of file trait.hpp.

Member Function Documentation

◆ META_DETECT_NESTED()

template<typename T >
META_DETECT_NESTED ( const_iterator  )

◆ META_DETECT_FUNCTION() [1/2]

template<typename T >
META_DETECT_FUNCTION ( typename X::const_iterator  ,
begin  ,
(void) const  noexcept 
)

◆ META_DETECT_FUNCTION() [2/2]

template<typename T >
META_DETECT_FUNCTION ( typename X::const_iterator  ,
end  ,
(void) const  noexcept 
)
+ Collaboration diagram for can_STL_ForEach< T >::is_const_noexcept_iterable:

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