MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Templates::CTypesConvertibleToDecayed 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. Qualifiers are not taken into account. 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:367
consteval bool IsTypeListConvertibleToDecay(bool onEmpty, std::index_sequence< Indices... > &&)
Definition Templates.h:250

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. Qualifiers are not taken into account.

Definition at line 367 of file Templates.h.