CCF
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5namespace ccf::kv
6{
7 // Version indexes modifications to the local kv store.
8 using Version = uint64_t;
9 static constexpr Version NoVersion = 0u;
10}
Definition app_interface.h:19
uint64_t Version
Definition version.h:8