kblib 0.2.3
General utilities library for modern C++
|
#include <kblib/iterators.h>
Public Attributes | |
Value | min |
Value | max |
Delta | step |
Static Public Attributes | |
static constexpr bool | nothrow_copyable = std::is_nothrow_copy_constructible<Value>::value |
static constexpr bool | nothrow_steppable = noexcept(min + step) |
Definition at line 649 of file iterators.h.
Value kblib::irange_t< Value, Delta >::max |
Definition at line 651 of file iterators.h.
Value kblib::irange_t< Value, Delta >::min |
Definition at line 651 of file iterators.h.
|
staticconstexpr |
Definition at line 654 of file iterators.h.
|
staticconstexpr |
Definition at line 656 of file iterators.h.
Delta kblib::irange_t< Value, Delta >::step |
Definition at line 652 of file iterators.h.