|
DxLibEx
|
#include <constant_range_loop.hpp>
Public Types | |
| using | value_type = std::remove_cv_t< T > |
| using | iterator = counter_iterator< value_type > |
Public Member Functions | |
| DXLE_CONSTEXPR | nth_loop (T n) |
| DXLE_CONSTEXPR | nth_loop (T begin, T end) |
| DXLE_CONSTEXPR iterator | begin () const DXLE_NOEXCEPT_OR_NOTHROW |
| DXLE_CONSTEXPR iterator | end () const DXLE_NOEXCEPT_OR_NOTHROW |
Definition at line 84 of file constant_range_loop.hpp.
| using dxle::utility::nth_loop< T, >::iterator = counter_iterator<value_type> |
Definition at line 87 of file constant_range_loop.hpp.
| using dxle::utility::nth_loop< T, >::value_type = std::remove_cv_t<T> |
Definition at line 86 of file constant_range_loop.hpp.
|
inline |
Definition at line 91 of file constant_range_loop.hpp.
|
inline |
Definition at line 92 of file constant_range_loop.hpp.
|
inline |
Definition at line 93 of file constant_range_loop.hpp.
|
inline |
Definition at line 96 of file constant_range_loop.hpp.