|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/block/block.h>
Public Member Functions | |
| constexpr | ChunkDomain (std::span< const ChunkKey > keys) noexcept |
| constexpr auto | keys () const noexcept -> std::span< const ChunkKey > |
| constexpr auto | begin () const noexcept |
| constexpr auto | end () const noexcept |
| constexpr auto | size () const noexcept -> std::size_t |
| constexpr bool | empty () const noexcept |
Non-owning ordered view of chunk keys selected for a block operation.