Elma
An event loop manager for embedded systems
 All Classes Files Functions Enumerations
Functions
literals.h File Reference
#include <chrono>
Include dependency graph for literals.h:

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.