herald  2.0.0
matching_key_seed.h
1 // Copyright 2021 Herald Project Contributors
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #ifndef HERALD_SIMPLE_MATCHING_KEY_SEED_H
6 #define HERALD_SIMPLE_MATCHING_KEY_SEED_H
7 
8 #include "../../datatype/data.h"
9 
10 namespace herald {
11 namespace payload {
12 namespace simple {
13 
14 using namespace herald::datatype;
15 
16 using MatchingKeySeed = Data;
17 
18 }
19 }
20 }
21 
22 #endif
The main data workhorse class of the Herald API.
Definition: data.h:33
Contains all low-level Herald datatype implementations.
Definition: base64_string.h:14
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15