#include "../time_span.hpp"
Contains xtd::time_span suffixes.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::literals |
The xtd::literals namespace contains all xtd's litterals operators. | |
Time span suffixes | |
xtd::time_span | xtd::literals::operator""_h (unsigned long long h) |
Used to convert the specified value as hours to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_m (unsigned long long m) |
Used to convert the specified value as minutes to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_min (unsigned long long min) |
Used to convert the specified value as minutes to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ms (unsigned long long ms) |
Used to convert the specified value as millisconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ns (unsigned long long ns) |
Used to convert the specified value as nanoseconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_s (unsigned long long s) |
Used to convert the specified value as seconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_t (unsigned long long t) |
Used to convert the specified value as tiks to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_us (unsigned long long us) |
Used to convert the specified value as microseconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |