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""_Day ()
 
template<char... Value>
constexpr FTimespan operator""_Hour ()
 
template<char... Value>
constexpr FTimespan operator""_Min ()
 
template<char... Value>
constexpr FTimespan operator""_Sec ()
 
template<char... Value>
constexpr FTimespan operator""_mSec ()
 
template<char... Value>
constexpr FTimespan operator""_uSec ()
 

Function Documentation

◆ operator""_Day()

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

Definition at line 33 of file TimespanLiterals.h.

◆ operator""_Hour()

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

Definition at line 39 of file TimespanLiterals.h.

◆ operator""_Min()

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

Definition at line 45 of file TimespanLiterals.h.

◆ operator""_mSec()

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

Definition at line 57 of file TimespanLiterals.h.

◆ operator""_Sec()

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

Definition at line 51 of file TimespanLiterals.h.

◆ operator""_uSec()

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

Definition at line 63 of file TimespanLiterals.h.