Print stream functions

Provides functions that format output to streams, e.g. Serial. More...

Collaboration diagram for Print stream functions:

Classes

class  Print
 Provides formatted output to stream. More...
 

Enumerations

enum  EndLineCode { endl }
 

Functions

Printoperator<< (Print &p, const char value[])
 
template<typename T >
std::enable_if<!std::is_array< T >::value, Print & >::type operator<< (Print &p, const T &value)
 
Printoperator<< (Print &p, EndLineCode)
 

Detailed Description

Provides functions that format output to streams, e.g. Serial.

Enumeration Type Documentation

◆ EndLineCode

Enumerator
endl 

Function Documentation

◆ operator<<() [1/3]

Print& operator<< ( Print p,
const char  value[] 
)
inline

◆ 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]

Print& operator<< ( Print p,
EndLineCode   
)
inline