#include <lexy/callback/base.hpp>
Go to the source code of this file.
Classes | |
struct | lexy::_fwd< T > |
struct | lexy::_fwd< void > |
Namespaces | |
lexy | |
Variables | |
template<typename T > | |
constexpr auto | lexy::forward = _fwd<T>{} |
A callback that just forwards an existing object. More... | |