4.6.0
Freundlich's C++ toolkit
|
A range over grid references.
Public Types | |
using | iterator = fcppt::container::grid::pos_ref_iterator<Grid> |
using | const_iterator = iterator |
using | pos_range |
using | min_type = typename pos_range::min_type |
using | sup_type = typename pos_range::sup_type |
using | size_type = typename pos_range::size_type |
Public Member Functions | |
pos_ref_range (Grid &, 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_ref_range< Grid >::const_iterator = iterator |
using fcppt::container::grid::pos_ref_range< Grid >::iterator = fcppt::container::grid::pos_ref_iterator<Grid> |
using fcppt::container::grid::pos_ref_range< Grid >::min_type = typename pos_range::min_type |
using fcppt::container::grid::pos_ref_range< Grid >::pos_range |
using fcppt::container::grid::pos_ref_range< Grid >::size_type = typename pos_range::size_type |
using fcppt::container::grid::pos_ref_range< Grid >::sup_type = typename pos_range::sup_type |
fcppt::container::grid::pos_ref_range< Grid >::pos_ref_range | ( | Grid & | , |
min_type | , | ||
sup_type | ) |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |