enum class GtestCmp
Description
Gtest's comparison operations.
Declared at: clang/include/clang/ASTMatchers/GtestMatchers.h:25
Enumerators
Name | Value | Comment |
---|---|---|
Eq | 0 | |
Ne | 1 | |
Ge | 2 | |
Gt | 3 | |
Le | 4 | |
Lt | 5 |
Gtest's comparison operations.
Declared at: clang/include/clang/ASTMatchers/GtestMatchers.h:25
Name | Value | Comment |
---|---|---|
Eq | 0 | |
Ne | 1 | |
Ge | 2 | |
Gt | 3 | |
Le | 4 | |
Lt | 5 |