#include <lexy/callback/base.hpp>
Go to the source code of this file.
Classes | |
struct | lexy::_constant< T > |
Namespaces | |
lexy | |
Functions | |
template<typename Arg > | |
LEXY_CONSTEVAL auto | lexy::constant (Arg &&value) |
Creates a callback that produces the given value without accepting arguments. More... | |