MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Templates::CTypesConvertibleTo Concept Reference

Is given type-list contains all types convertible to the types of another type-list. The number and order of types are significant. More...

#include <Templates.h>

Concept definition

template<typename From, typename To, bool OnEmpty true>
&& From::Count == To::Count
OnEmpty,
std::make_index_sequence<From::Count>()
)
Concept constraining a given type to TTypes
Definition Templates.h:125
Is given type-list contains all types convertible to the types of another type-list....
Definition Templates.h:351
consteval bool IsTypeListConvertibleTo(bool onEmpty, std::index_sequence< Indices... > &&)
Definition Templates.h:241

Detailed Description

Is given type-list contains all types convertible to the types of another type-list. The number and order of types are significant.

Definition at line 351 of file Templates.h.