MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
TimespanLiterals.h File Reference
#include "CoreMinimal.h"
#include "Mcro/Concepts.h"
#include "Misc/Timespan.h"

Go to the source code of this file.

Namespaces

namespace  Mcro
 
namespace  Mcro::Timespan
 
namespace  Mcro::Timespan::Literals
 
namespace  Mcro::Timespan::Literals::Detail
 

Functions

template<auto Function, char... ValueText>
constexpr FTimespan Mcro::Timespan::Literals::Detail::CreateFromParamPack ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_D ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_h ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_m ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_s ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_ms ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_us ()
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file TimespanLiterals.h.