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

#include <operators.hpp>

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

Public Types

using operand = logical
 

Static Public Attributes

static constexpr auto op
 

Detailed Description

Definition at line 815 of file operators.hpp.

Member Typedef Documentation

◆ operand

Definition at line 822 of file operators.hpp.

Member Data Documentation

◆ op

constexpr auto BT::Grammar::Expression::conditional::op
staticconstexpr
Initial value:
=
dsl::op<void>(LEXY_LIT("?") >> (dsl::p<nested_expr> + dsl::lit_c<':'>))

Definition at line 820 of file operators.hpp.


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


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09