#include <adapter.hpp>
Classes | |
struct | _with_state |
Public Types | |
using | return_type = ReturnType |
Public Member Functions | |
constexpr | _callback_with_state (Fns... fns) |
template<typename State > | |
constexpr auto | operator[] (State &state) const |
Public Member Functions inherited from lexy::_overloaded< Fns... > | |
constexpr | _overloaded (Fns... fns) |
Definition at line 20 of file adapter.hpp.
using lexy::_callback_with_state< ReturnType, Fns >::return_type = ReturnType |
Definition at line 22 of file adapter.hpp.
|
inlineexplicitconstexpr |
Definition at line 37 of file adapter.hpp.
|
inlineconstexpr |
Definition at line 40 of file adapter.hpp.