CCF
Loading...
Searching...
No Matches
operator_feature.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#include "ccf/ds/json.h"
6
7namespace ccf::endpoints
8{
9 enum class OperatorFeature : uint8_t
10 {
12 };
13
16 {
17 {OperatorFeature::SnapshotRead, "SnapshotRead"},
18 });
19}
#define DECLARE_JSON_ENUM(TYPE,...)
Definition json.h:841
Definition endpoint.h:17
OperatorFeature
Definition operator_feature.h:10