Classes | Namespaces | Functions | Variables
brackets.hpp File Reference
#include <lexy/dsl/base.hpp>
#include <lexy/dsl/literal.hpp>
#include <lexy/dsl/terminator.hpp>
Include dependency graph for brackets.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lexyd::_brackets< Open, Close, RecoveryLimit >
 

Namespaces

 lexyd
 

Functions

template<typename Open , typename Close >
constexpr auto lexyd::brackets (Open, Close)
 Defines open and close brackets. More...
 

Variables

constexpr auto lexyd::angle_bracketed = brackets(lit_c<'<'>, lit_c<'>'>)
 
constexpr auto lexyd::curly_bracketed = brackets(lit_c<'{'>, lit_c<'}'>)
 
constexpr auto lexyd::parenthesized = round_bracketed
 
constexpr auto lexyd::round_bracketed = brackets(lit_c<'('>, lit_c<')'>)
 
constexpr auto lexyd::square_bracketed = brackets(lit_c<'['>, lit_c<']'>)
 


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