#include <grammar.hpp>
Public Types | |
using | return_type = typename Sink::return_type |
Public Member Functions | |
constexpr LEXY_FORCE_INLINE | _sfinae_sink (Production, Sink &&sink) |
constexpr LEXY_FORCE_INLINE auto | finish () && |
template<typename... Args> | |
constexpr LEXY_FORCE_INLINE void | operator() (Args &&... args) |
Public Attributes | |
Sink | _sink |
Definition at line 265 of file grammar.hpp.
using lexy::_sfinae_sink< Production, Sink >::return_type = typename Sink::return_type |
Definition at line 269 of file grammar.hpp.
|
inlineconstexpr |
Definition at line 271 of file grammar.hpp.
|
inlineconstexpr |
Definition at line 284 of file grammar.hpp.
|
inlineconstexpr |
Definition at line 274 of file grammar.hpp.
Sink lexy::_sfinae_sink< Production, Sink >::_sink |
Definition at line 267 of file grammar.hpp.