COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
include
comms
details
tag.h
1
//
2
// Copyright 2020 - 2026 (C). Alex Robenko. All rights reserved.
3
//
4
// SPDX-License-Identifier: MPL-2.0
5
//
6
// This Source Code Form is subject to the terms of the Mozilla Public
7
// License, v. 2.0. If a copy of the MPL was not distributed with this
8
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
10
#pragma once
11
12
namespace
comms
13
{
14
15
namespace
details
16
{
17
18
namespace
tag
19
{
20
21
template
<
typename
...>
22
struct
Tag1 {};
23
24
template
<
typename
...>
25
struct
Tag2 {};
26
27
template
<
typename
...>
28
struct
Tag3 {};
29
30
template
<
typename
...>
31
struct
Tag4 {};
32
33
template
<
typename
...>
34
struct
Tag5 {};
35
36
template
<
typename
...>
37
struct
Tag6 {};
38
39
template
<
typename
...>
40
struct
Tag7 {};
41
42
template
<
typename
...>
43
struct
Tag8 {};
44
45
template
<
typename
...>
46
struct
Tag9 {};
47
48
template
<
typename
...>
49
struct
Tag10 {};
50
51
template
<
typename
...>
52
struct
Tag11 {};
53
54
template
<
typename
...>
55
struct
Tag12 {};
56
57
}
// namespace tag
58
59
}
// namespace details
60
61
}
// namespace comms
comms
Main namespace for all classes / functions of COMMS library.
Generated by
1.9.8