#include <branch.hpp>
Public Types | |
template<typename NextParser > | |
using | _pc = lexy::parser_for< _seq_impl< R... >, NextParser > |
template<typename Reader > | |
using | bp = lexy::continuation_branch_parser< Condition, Reader, _pc > |
template<typename NextParser > | |
using | p = lexy::parser_for< _seq_impl< Condition, R... >, NextParser > |
Definition at line 13 of file branch.hpp.
using lexyd::_br< Condition, R >::_pc = lexy::parser_for<_seq_impl<R...>, NextParser> |
Definition at line 18 of file branch.hpp.
using lexyd::_br< Condition, R >::bp = lexy::continuation_branch_parser<Condition, Reader, _pc> |
Definition at line 23 of file branch.hpp.
using lexyd::_br< Condition, R >::p = lexy::parser_for<_seq_impl<Condition, R...>, NextParser> |
Definition at line 26 of file branch.hpp.