Range.h File Reference
#include <WString.h>
#include <esp_systemapi.h>
Include dependency graph for Range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TRange< T >
 Manage a range of numbers between specified limits. More...
 
class  TRange< T >::Iterator
 

Functions

template<typename T >
String toString (TRange< T > range)
 

Function Documentation

◆ toString()

template<typename T >
String toString ( TRange< T >  range)
inline