tess 1.0.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::PersistenceSchema< Id, Version, Fields > Struct Template Reference

Defines the persistent application schema carried by one world archive. More...

#include <tess/persistence/archive.h>

Public Types

using fields = std::tuple<Fields...>

Static Public Attributes

static constexpr std::uint64_t id = Id
static constexpr std::uint32_t version = Version
static constexpr std::size_t field_count = sizeof...(Fields)

Detailed Description

template<std::uint64_t Id, std::uint32_t Version, typename... Fields>
struct tess::PersistenceSchema< Id, Version, Fields >

Defines the persistent application schema carried by one world archive.


The documentation for this struct was generated from the following file: