aimstil  5.0.5
til::detail::numeric_array_impl< T, D >::const_range Class Reference

#include <til/numeric_array.h>

Inheritance diagram for til::detail::numeric_array_impl< T, D >::const_range:
Collaboration diagram for til::detail::numeric_array_impl< T, D >::const_range:

Public Types

typedef basic_range< const_iteratorBase
 
- Public Types inherited from til::basic_range< const_iterator >
typedef const_iterator iterator
 
typedef const_iterator ::value_type value_type
 
typedef const_iterator ::reference reference
 
typedef const_iterator ::pointer pointer
 

Public Member Functions

 const_range (const_iterator begin, const_iterator end)
 
- Public Member Functions inherited from til::basic_range< const_iterator >
 basic_range (const_iterator begin, const_iterator end)
 
void operator++ ()
 
pointer operator-> ()
 
reference operator* ()
 
bool ok () const
 

Detailed Description

template<typename T, std::size_t D>
class til::detail::numeric_array_impl< T, D >::const_range

Definition at line 253 of file numeric_array.h.

Member Typedef Documentation

◆ Base

template<typename T, std::size_t D>
typedef basic_range<const_iterator> til::detail::numeric_array_impl< T, D >::const_range::Base

Definition at line 256 of file numeric_array.h.

Constructor & Destructor Documentation

◆ const_range()

template<typename T, std::size_t D>
til::detail::numeric_array_impl< T, D >::const_range::const_range ( const_iterator  begin,
const_iterator  end 
)
inline

Definition at line 258 of file numeric_array.h.


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