CCF
Loading...
Searching...
No Matches
include
ccf
kv
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
5
namespace
ccf::kv
6
{
7
// Version indexes modifications to the local kv store.
8
using
Version
= uint64_t;
9
static
constexpr
Version
NoVersion = 0u;
10
}
ccf::kv
Definition
app_interface.h:19
ccf::kv::Version
uint64_t Version
Definition
version.h:8
Generated by
1.9.8