Public Types | Static Public Attributes | List of all members
BT::Grammar::Expression::comparison Struct Reference

#include <operators.hpp>

Inheritance diagram for BT::Grammar::Expression::comparison:
Inheritance graph
[legend]

Public Types

using operand = dsl::groups< math_sum, bit_or, string_concat >
 

Static Public Attributes

static constexpr auto op
 

Detailed Description

Definition at line 793 of file operators.hpp.

Member Typedef Documentation

◆ operand

Definition at line 806 of file operators.hpp.

Member Data Documentation

◆ op

constexpr auto BT::Grammar::Expression::comparison::op
staticconstexpr
Initial value:
= dsl::op<Ast::ExprComparison::equal>(LEXY_LIT("==")) /
dsl::op<Ast::ExprComparison::not_equal>(LEXY_LIT("!=")) /
dsl::op<Ast::ExprComparison::less>(LEXY_LIT("<")) /
dsl::op<Ast::ExprComparison::greater>(LEXY_LIT(">")) /
dsl::op<Ast::ExprComparison::less_equal>(LEXY_LIT("<=")) /
dsl::op<Ast::ExprComparison::greater_equal>(LEXY_LIT(">"
"="))

Definition at line 796 of file operators.hpp.


The documentation for this struct was generated from the following file:
LEXY_LIT
#define LEXY_LIT(Str)
Definition: literal.hpp:392


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Wed Apr 16 2025 02:20:58