5 #include <hilti/ast/operators/common.h> 6 #include <hilti/ast/types/bool.h> 7 #include <hilti/ast/types/string.h> 11 STANDARD_OPERATOR_2(bool_, Equal, type::Bool(), type::Bool(), type::Bool(),
"Compares two boolean values.")
12 STANDARD_OPERATOR_2(bool_, Unequal, type::Bool(), type::Bool(), type::Bool(), "Compares two
boolean values.")
Definition: operator-registry.h:15