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<']'>) |