Print stream functions
Provides functions that format output to streams, e.g. Serial. More...
Collaboration diagram for Print stream functions:
Classes | |
| class | |
| Provides formatted output to stream. More... | |
Enumerations | |
| enum | EndLineCode { endl } |
Functions | |
| Print & | operator<< (Print &p, const char value[]) |
| template<typename T > | |
| std::enable_if<!std::is_array< T >::value, Print & >::type | operator<< (Print &p, const T &value) |
| Print & | operator<< (Print &p, EndLineCode) |
Detailed Description
Provides functions that format output to streams, e.g. Serial.
Enumeration Type Documentation
◆ EndLineCode
| enum EndLineCode |
Function Documentation
◆ operator<<() [1/3]
◆ operator<<() [2/3]
template<typename T >
| std::enable_if<!std::is_array<T>::value, Print&>::type operator<< | ( | Print & | p, |
| const T & | value | ||
| ) |
◆ operator<<() [3/3]
|
inline |
1.8.17