#include <adapter.hpp>
Public Types | |
using | _cb = lexy::sink_callback< Sink > |
using | return_type = typename _cb::return_type |
Public Member Functions | |
template<typename... Args> | |
constexpr auto | operator() (Args &&... args) const -> decltype((LEXY_DECLVAL(_cb &)(LEXY_FWD(args)),..., LEXY_DECLVAL(_cb &&).finish())) |
Public Attributes | |
Sink | _sink |
Definition at line 79 of file adapter.hpp.
using lexy::_cb_from_sink< Sink >::_cb = lexy::sink_callback<Sink> |
Definition at line 83 of file adapter.hpp.
using lexy::_cb_from_sink< Sink >::return_type = typename _cb::return_type |
Definition at line 84 of file adapter.hpp.
|
inlineconstexpr |
Definition at line 87 of file adapter.hpp.
Sink lexy::_cb_from_sink< Sink >::_sink |
Definition at line 81 of file adapter.hpp.