4.6.0
Freundlich's C++ toolkit
|
A range over grid position.
Public Types | |
using | iterator = fcppt::container::grid::pos_iterator<SizeType, Size> |
using | const_iterator = iterator |
using | pos = fcppt::type_traits::value_type<iterator> |
using | min_type = typename iterator::min |
using | sup_type = typename iterator::sup |
using | size_type = std::make_unsigned_t<typename iterator::difference_type> |
Public Member Functions | |
pos_range (min_type, sup_type) | |
iterator | begin () const |
iterator | end () const |
size_type | size () const |
min_type const & | min () const |
sup_type const & | sup () const |
using fcppt::container::grid::pos_range< SizeType, size_type >::const_iterator = iterator |
using fcppt::container::grid::pos_range< SizeType, size_type >::iterator = fcppt::container::grid::pos_iterator<SizeType, Size> |
using fcppt::container::grid::pos_range< SizeType, size_type >::min_type = typename iterator::min |
using fcppt::container::grid::pos_range< SizeType, size_type >::pos = fcppt::type_traits::value_type<iterator> |
using fcppt::container::grid::pos_range< SizeType, size_type >::size_type = std::make_unsigned_t<typename iterator::difference_type> |
using fcppt::container::grid::pos_range< SizeType, size_type >::sup_type = typename iterator::sup |
fcppt::container::grid::pos_range< SizeType, size_type >::pos_range | ( | min_type | , |
sup_type | ) |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |