#include <bind.hpp>
Classes | |
struct | _with_state |
Public Types | |
using | return_type = typename Callback::return_type |
Public Member Functions | |
template<typename... Args> | |
constexpr return_type | operator() (Args &&... args) const |
template<typename State > | |
constexpr auto | operator[] (State &state) const |
Public Attributes | |
LEXY_EMPTY_MEMBER _detail::tuple< BoundArgs... > | _bound_args |
LEXY_EMPTY_MEMBER Callback | _callback |
using lexy::_bound_cb< Callback, BoundArgs >::return_type = typename Callback::return_type |
|
inlineconstexpr |
|
inlineconstexpr |
LEXY_EMPTY_MEMBER _detail::tuple<BoundArgs...> lexy::_bound_cb< Callback, BoundArgs >::_bound_args |
LEXY_EMPTY_MEMBER Callback lexy::_bound_cb< Callback, BoundArgs >::_callback |