|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
The half-open [first, last) index range a page covers, plus the size of the collection it was taken from. More...
#include <api.hpp>
Public Member Functions | |
| size_t | count () const noexcept |
Public Attributes | |
| size_t | first = 0 |
| size_t | last = 0 |
| size_t | total = 0 |
The half-open [first, last) index range a page covers, plus the size of the collection it was taken from.
A page starting past the end is empty (first == last) rather than an error: a client walking a collection that shrank underneath it should get an honest empty page, not a 404 it has to special-case.
|
inlinenoexcept |
| size_t rux::gui::PageWindow::first = 0 |
| size_t rux::gui::PageWindow::last = 0 |