|
tenno 0.1.0
|
A range of elements. More...
#include <ranges.hpp>
Data Structures | |
| struct | iterator |
Public Member Functions | |
| constexpr | range (T start, T end) |
| constexpr | range (T end) |
| constexpr tenno::size | size () const noexcept |
| constexpr iterator | begin () const noexcept |
| constexpr iterator | end () const noexcept |
Data Fields | |
| T | start_elem |
| T | end_elem |
A range of elements.
| T | The type of the elements in the range |
Definition at line 20 of file ranges.hpp.
|
inlineconstexpr |
Definition at line 26 of file ranges.hpp.
|
inlineexplicitconstexpr |
Definition at line 30 of file ranges.hpp.
|
inlineconstexprnoexcept |
Definition at line 76 of file ranges.hpp.
|
inlineconstexprnoexcept |
Definition at line 81 of file ranges.hpp.
|
inlineconstexprnoexcept |
Definition at line 34 of file ranges.hpp.
| T tenno::range< T >::end_elem |
Definition at line 24 of file ranges.hpp.
| T tenno::range< T >::start_elem |
Definition at line 23 of file ranges.hpp.