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