![]() |
PIP 5.5.3
Platform-Independent Primitives
|
PISystemTime C++11 literals. More...
#include "pisystemtime.h"Functions | |
| PISystemTime | operator""_d (long double v) |
| PISystemTime from days. | |
| PISystemTime | operator""_d (unsigned long long v) |
| PISystemTime from days. | |
| PISystemTime | operator""_h (long double v) |
| PISystemTime from hours. | |
| PISystemTime | operator""_h (unsigned long long v) |
| PISystemTime from hours. | |
| PISystemTime | operator""_m (long double v) |
| PISystemTime from minutes. | |
| PISystemTime | operator""_m (unsigned long long v) |
| PISystemTime from minutes. | |
| PISystemTime | operator""_s (long double v) |
| PISystemTime from seconds. | |
| PISystemTime | operator""_s (unsigned long long v) |
| PISystemTime from seconds. | |
| PISystemTime | operator""_ms (long double v) |
| PISystemTime from milliseconds. | |
| PISystemTime | operator""_ms (unsigned long long v) |
| PISystemTime from milliseconds. | |
| PISystemTime | operator""_us (long double v) |
| PISystemTime from microseconds. | |
| PISystemTime | operator""_us (unsigned long long v) |
| PISystemTime from microseconds. | |
| PISystemTime | operator""_ns (unsigned long long v) |
| PISystemTime from nanoseconds. | |
| PISystemTime::Frequency | operator""_Hz (long double v) |
| PISystemTime::Frequency from hertz. | |
| PISystemTime::Frequency | operator""_Hz (unsigned long long v) |
| PISystemTime::Frequency from hertz. | |
| PISystemTime::Frequency | operator""_KHz (long double v) |
| PISystemTime::Frequency from kilohertz. | |
| PISystemTime::Frequency | operator""_KHz (unsigned long long v) |
| PISystemTime::Frequency from kilohertz. | |
| PISystemTime::Frequency | operator""_MHz (long double v) |
| PISystemTime::Frequency from megahertz. | |
| PISystemTime::Frequency | operator""_MHz (unsigned long long v) |
| PISystemTime::Frequency from megahertz. | |
| PISystemTime::Frequency | operator""_GHz (long double v) |
| PISystemTime::Frequency from gigahertz. | |
| PISystemTime::Frequency | operator""_GHz (unsigned long long v) |
| PISystemTime::Frequency from gigahertz. | |
PISystemTime C++11 literals.