MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Timespan::Literals Namespace Reference

Namespaces

namespace  Detail
 

Functions

template<char... Value>
constexpr FTimespan operator""_D ()
 
template<char... Value>
constexpr FTimespan operator""_h ()
 
template<char... Value>
constexpr FTimespan operator""_m ()
 
template<char... Value>
constexpr FTimespan operator""_s ()
 
template<char... Value>
constexpr FTimespan operator""_ms ()
 
template<char... Value>
constexpr FTimespan operator""_us ()
 

Function Documentation

◆ operator""_D()

template<char... Value>
FTimespan Mcro::Timespan::Literals::operator""_D ( )
constexpr

Definition at line 33 of file TimespanLiterals.h.

◆ operator""_h()

template<char... Value>
FTimespan Mcro::Timespan::Literals::operator""_h ( )
constexpr

Definition at line 39 of file TimespanLiterals.h.

◆ operator""_m()

template<char... Value>
FTimespan Mcro::Timespan::Literals::operator""_m ( )
constexpr

Definition at line 45 of file TimespanLiterals.h.

◆ operator""_ms()

template<char... Value>
FTimespan Mcro::Timespan::Literals::operator""_ms ( )
constexpr

Definition at line 57 of file TimespanLiterals.h.

◆ operator""_s()

template<char... Value>
FTimespan Mcro::Timespan::Literals::operator""_s ( )
constexpr

Definition at line 51 of file TimespanLiterals.h.

◆ operator""_us()

template<char... Value>
FTimespan Mcro::Timespan::Literals::operator""_us ( )
constexpr

Definition at line 63 of file TimespanLiterals.h.