Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TAnd< LHS, RHS... > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Conditionals.h |
| Include Path | #include "uLang/Common/Templates/Conditionals.h" |
Syntax
template<typename LHS, typename... RHS>
struct TAnd< LHS, RHS... > : public uLang::TAndValue< LHS::Value, RHS... >
Inheritance Hierarchy
- TAndValue → TAnd< LHS, RHS... >