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

#include <operators.hpp>

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

Public Types

using operand = dsl::atom
 

Static Public Attributes

static constexpr auto op
 

Detailed Description

Definition at line 749 of file operators.hpp.

Member Typedef Documentation

◆ operand

Definition at line 758 of file operators.hpp.

Member Data Documentation

◆ op

constexpr auto BT::Grammar::Expression::bit_prefix::op
staticconstexpr
Initial value:
= [] {
auto complement = LEXY_LIT("~");
auto logical_not = dsl::not_followed_by(LEXY_LIT("!"), dsl::lit_c<'='>);
return dsl::op<Ast::ExprUnaryArithmetic::complement>(complement) /
dsl::op<Ast::ExprUnaryArithmetic::logical_not>(logical_not);
}()

Definition at line 751 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
lexyd::not_followed_by
constexpr auto not_followed_by(Literal, CharClass cc)
Match a literal but only if not followed by the given char class.
Definition: follow.hpp:100


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