Navigation
API > API/Plugins > API/Plugins/PCG
| Name | TIsAny |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Tests/PCGTestsCommon.h |
| Include Path | #include "Tests/PCGTestsCommon.h" |
Syntax
template<class T, class... Ts>
struct TIsAny : public std::disjunction< std::is_same< T, Ts >... >
Inheritance Hierarchy
- std::disjunction< std::is_same< T, Ts >... > → TIsAny