MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Mcro::Range::Detail::TRangeWithStringFormat< Range > Struct Template Reference

#include <Conversion.h>

Public Member Functions

 TRangeWithStringFormat (Range const &range, FRangeStringFormatOptions const &options)
 
auto begin () const
 
auto end () const
 

Data Fields

FRangeStringFormatOptions Options
 

Detailed Description

template<CRangeMember Range>
struct Mcro::Range::Detail::TRangeWithStringFormat< Range >

Definition at line 44 of file Conversion.h.

Constructor & Destructor Documentation

◆ TRangeWithStringFormat()

template<CRangeMember Range>
Mcro::Range::Detail::TRangeWithStringFormat< Range >::TRangeWithStringFormat ( Range const & range,
FRangeStringFormatOptions const & options )
inline

Definition at line 46 of file Conversion.h.

Member Function Documentation

◆ begin()

template<CRangeMember Range>
auto Mcro::Range::Detail::TRangeWithStringFormat< Range >::begin ( ) const
inline

Definition at line 51 of file Conversion.h.

◆ end()

template<CRangeMember Range>
auto Mcro::Range::Detail::TRangeWithStringFormat< Range >::end ( ) const
inline

Definition at line 52 of file Conversion.h.

Field Documentation

◆ Options

template<CRangeMember Range>
FRangeStringFormatOptions Mcro::Range::Detail::TRangeWithStringFormat< Range >::Options

Definition at line 54 of file Conversion.h.


The documentation for this struct was generated from the following file: