Elma
An event loop manager for embedded systems
Functions
literals.h File Reference
#include <chrono>
+ Include dependency graph for literals.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

constexpr high_resolution_clock::duration elma::operator"" _s (unsigned long long x)
 A duration in seconds. For example 10_s.
 
constexpr high_resolution_clock::duration elma::operator"" _ms (unsigned long long x)
 A duration in milliseconds. For example 10_ms.
 
constexpr high_resolution_clock::duration elma::operator"" _us (unsigned long long x)
 A duration in microseconds. For example 10_us.