#include <Step2D.hpp>
◆ Iterator() [1/2]
constexpr SIV3D_NODISCARD_CXX20 s3d::Step2D::Iterator::Iterator |
( |
| ) |
|
|
constexprnoexcept |
◆ Iterator() [2/2]
constexpr SIV3D_NODISCARD_CXX20 s3d::Step2D::Iterator::Iterator |
( |
Size |
steps_count, |
|
|
Size |
start, |
|
|
Size |
step |
|
) |
| |
|
constexprnoexcept |
◆ operator!=()
constexpr bool s3d::Step2D::Iterator::operator!= |
( |
const Iterator & |
r | ) |
const |
|
constexprnoexcept |
◆ operator*()
constexpr const Point& s3d::Step2D::Iterator::operator* |
( |
| ) |
const |
|
constexprnoexcept |
◆ operator++() [1/2]
constexpr Iterator& s3d::Step2D::Iterator::operator++ |
( |
| ) |
|
|
constexprnoexcept |
◆ operator++() [2/2]
constexpr Iterator s3d::Step2D::Iterator::operator++ |
( |
int |
| ) |
|
|
constexprnoexcept |
◆ operator->()
constexpr const Point* s3d::Step2D::Iterator::operator-> |
( |
| ) |
const |
|
constexprnoexcept |
◆ operator==()
constexpr bool s3d::Step2D::Iterator::operator== |
( |
const Iterator & |
r | ) |
const |
|
constexprnoexcept |
The documentation for this class was generated from the following file: