Go to the source code of this file.
|
template<typename Sink , typename Callback , typename = _detect_callback<Callback>> |
constexpr auto | lexy::operator>> (Sink sink, Callback cb) |
| Composes a sink with a callback. More...
|
|
template<typename S , typename Cb , typename Second > |
constexpr auto | lexy::operator| (_compose_s< S, Cb > composed, Second second) |
|
template<typename First , typename Second , typename = _detect_callback<First>, typename = _detect_callback<Second>> |
constexpr auto | lexy::operator| (First first, Second second) |
| Composes two callbacks. More...
|
|