6#ifndef FL_IO_H_INCLUDED
8 void print(
const char* str);
37 char str[2] = {c,
'\0'};
const char * c_str() const
ostream & operator<<(const string &str)
ostream & operator<<(fl::i16 n)
fl::enable_if< fl::is_same< T, fl::size >::value||fl::is_same< T, fl::u16 >::value, ostream & >::type operator<<(T n)
ostream & operator<<(fl::i8 n)
ostream & operator<<(char c)
ostream & operator<<(fl::i32 n)
ostream & operator<<(double d)
ostream & operator<<(const CRGB &rgb)
ostream & operator<<(fl::u8 n)
ostream & operator<<(fl::u32 n)
ostream & operator<<(const char *str)
ostream & operator<<(float f)
fl::enable_if<!fl::is_same< T, fl::size >::value &&!fl::is_same< T, fl::u16 >::value, ostream & >::type operator<<(const T &value)
string & append(const BitsetFixed< N > &bs)
Defines the red, green, and blue (RGB) pixel struct.
void print(const char *str)
ostream & operator<<(ostream &os, const endl_t &)
Representation of an RGB pixel (Red, Green, Blue)
static constexpr bool value