Comparison. More...
#include "ai_api.h"Go to the source code of this file.
Data Structures | |
| struct | AtBooleanMask< dim > |
Functions | |
| AI_DEVICE constexpr bool | AiAny (const AtBooleanMask< 2 > &bm) |
| AI_DEVICE constexpr bool | AiAll (const AtBooleanMask< 2 > &bm) |
| AI_DEVICE constexpr bool | AiAny (const AtBooleanMask< 3 > &bm) |
| AI_DEVICE constexpr bool | AiAll (const AtBooleanMask< 3 > &bm) |
| AI_DEVICE constexpr bool | AiAny (const AtBooleanMask< 4 > &bm) |
| AI_DEVICE constexpr bool | AiAll (const AtBooleanMask< 4 > &bm) |
Comparison.