Go to the documentation of this file.
4 #ifndef LEXY_CALLBACK_FORWARD_HPP_INCLUDED
5 #define LEXY_CALLBACK_FORWARD_HPP_INCLUDED
32 template <
typename... Args>
33 constexpr
auto sink(
const Args&...)
const
50 #endif // LEXY_CALLBACK_FORWARD_HPP_INCLUDED
constexpr auto forward
A callback that just forwards an existing object.
constexpr auto sink(const Args &...) const
constexpr void operator()() const
constexpr T operator()(T &&t) const
constexpr void finish() &&
constexpr T operator()(const T &t) const
constexpr void operator()(const lexy::nullopt &) const