Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/AndOrNot.h |
Include | #include "Templates/AndOrNot.h" |
Syntax
template<typename... Types>
struct TAnd
Remarks
Does a boolean AND of the Value static members of each type, but short-circuits if any Type::Value == false.