Clio
develop
The XRP Ledger API server.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
Concepts.hpp
1
#pragma once
2
3
#include <concepts>
4
5
namespace
cluster {
6
13
struct
ClusterCommunicationServiceTag
{
14
virtual
~ClusterCommunicationServiceTag
() =
default
;
15
};
16
17
template
<
typename
T>
18
concept
SomeClusterCommunicationService
= std::derived_from<T, ClusterCommunicationServiceTag>;
19
20
}
// namespace cluster
cluster::SomeClusterCommunicationService
Definition
Concepts.hpp:18
cluster::ClusterCommunicationServiceTag
Tag type for cluster communication service implementations.
Definition
Concepts.hpp:13
src
cluster
Concepts.hpp
Generated by
1.16.1