MCRO
C++23 utilities for Unreal Engine.
|
#include <Templates.h>
Data Structures | |
struct | Parameters |
struct | Parameters< Template< Params... > > |
Static Public Attributes | |
template<typename T > | |
static constexpr bool | Match = false |
template<typename... Params> | |
static constexpr bool | Match< Template< Params... > > = true |
Base struct containing traits of specified template (which only accepts type parameters)
Definition at line 39 of file Templates.h.
|
staticconstexpr |
Definition at line 42 of file Templates.h.
|
staticconstexpr |
Definition at line 45 of file Templates.h.