#include "color.hpp"
#include "iomanip.hpp"
#include "type_traits.hpp"
#include "../util/has_print.hpp"
#include <Print.h>
#include <Arduino.h>
Go to the source code of this file.
|
#define | TYPEDEF(NAME) typedef typename NAME::NAME ## _type NAME ## _type; NAME ## _type NAME ## _; |
|
#define | IOMANIP_IMPL(NAME) |
|
#define IOMANIP_IMPL |
( |
|
NAME | ) |
|
Value:cout_class &
operator<<(NAME
const & NAME ## _in) { \
NAME ## _ = NAME ## _in(); \
return (*this); \
}
S & operator<<(S &os, oss_class< D, max_buf > const &arg)
Definition: serializer.hpp:158
#define TYPEDEF |
( |
|
NAME | ) |
typedef typename NAME::NAME ## _type NAME ## _type; NAME ## _type NAME ## _; |