|
tess 1.0.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 |
| auto | view () const &&-> ChunkDomain=delete |
| constexpr auto | keys () const &noexcept -> std::span< const ChunkKey > |
| auto | keys () const &&-> std::span< const ChunkKey >=delete |
| constexpr auto | begin () const &noexcept |
| auto | begin () const &&=delete |
| constexpr auto | end () const &noexcept |
| auto | end () const &&=delete |
| constexpr auto | size () const noexcept -> std::size_t |
| constexpr bool | empty () const noexcept |
Owning storage whose key span remains valid until the next mutation.