5 #ifndef HERALD_SIMPLE_F_H
6 #define HERALD_SIMPLE_F_H
8 #include "../../datatype/data.h"
22 Data t(
const Data& data,
int n) noexcept;
25 Data xorData(
const Data& left,
const Data& right) noexcept;
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