MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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""_Day ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_Hour ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_Min ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_Sec ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_mSec ()
 
template<char... Value>
constexpr FTimespan Mcro::Timespan::Literals::operator""_uSec ()
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file TimespanLiterals.h.