99using std::noboolalpha;
100using std::noshowbase;
101using std::nouppercase;
122#include <Settings/NamespaceSettings.hpp>
#define BEGIN_AH_NAMESPACE
#define BEGIN_CS_NAMESPACE
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
Print & hex(Print &printer)
Print & bin(Print &printer)
Print & nouppercase(Print &printer)
Print & endl(Print &printer)
Print & uppercase(Print &printer)
Print & flush(Print &printer)
Print & showbase(Print &printer)
Print & manipulator(Print &)
Print & boolalpha(Print &printer)
Setbytesep setbytesep(char bytesep)
Print & leadingzeros(Print &printer)
Print & noshowbase(Print &printer)
Print & dec(Print &printer)
Print & noboolalpha(Print &printer)
Print & noleadingzeros(Print &printer)
Setbase setbase(uint8_t base)
Setprecision setprecision(int n)
std::enable_if_t< std::is_arithmetic< T >::value, Print & > operator<<(Print &os, const AH::ArraySlice< T, N, Reverse, Const > &a)
HexDump(const uint8_t *data, size_t length)
HexDump(const uint8_t(&data)[N])