herald  2.0.0
payload_timestamp.h
1 // Copyright 2020-2021 Herald Project Contributors
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #ifndef HERALD_PAYLOAD_TIMESTAMP_H
6 #define HERALD_PAYLOAD_TIMESTAMP_H
7 
8 #include "date.h"
9 
10 namespace herald {
11 namespace datatype {
12 
14  Date value;
15 };
16 
17 } // end namespace
18 } // end namespace
19 
20 #endif
Definition: date.h:18
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15
Definition: payload_timestamp.h:13