aimstil
5.0.5
|
#include <til/numeric_array.h>
Public Types | |
typedef basic_range< const_iterator > | Base |
![]() | |
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) | |
![]() | |
basic_range (const_iterator begin, const_iterator end) | |
void | operator++ () |
pointer | operator-> () |
reference | operator* () |
bool | ok () const |
Definition at line 253 of file numeric_array.h.
typedef basic_range<const_iterator> til::detail::numeric_array_impl< T, D >::const_range::Base |
Definition at line 256 of file numeric_array.h.
|
inline |
Definition at line 258 of file numeric_array.h.