Go to the source code of this file.
Classes | |
struct | lexyd::_chc< R > |
struct | lexyd::_chc< R >::bp< Reader, Indices > |
struct | lexyd::_chc< R >::bp< Reader, lexy::_detail::index_sequence< Idx... > > |
struct | lexy::exhausted_choice |
struct | lexyd::_chc< R >::p< NextParser > |
Namespaces | |
lexy | |
lexyd | |
Functions | |
template<typename... R, typename... S> | |
constexpr auto | lexyd::operator| (_chc< R... >, _chc< S... >) |
template<typename... R, typename S > | |
constexpr auto | lexyd::operator| (_chc< R... >, S) |
template<typename R , typename... S> | |
constexpr auto | lexyd::operator| (R, _chc< S... >) |
template<typename R , typename S > | |
constexpr auto | lexyd::operator| (R, S) |