|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/block/block.h>
Public Member Functions | |
| OwnedChunkDomain (std::vector< ChunkKey > keys) | |
| constexpr auto | view () const noexcept -> ChunkDomain |
| 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 |
Owning storage whose stable key span can produce a ChunkDomain.