#include "di/function/into_void.h"
#include "di/meta/util.h"
#include "di/parser/combinator/transform.h"
Go to the source code of this file.
Classes | |
struct | di::parser::detail::IgnoreFunction |
Namespaces | |
namespace | di |
namespace | di::parser |
namespace | di::parser::detail |
Functions | |
template<concepts::DecayConstructible Parser> requires (concepts::DerivedFrom<Parser, ParserBase<Parser>>) | |
constexpr auto | di::parser::operator~ (Parser &&parser) |
Variables | |
constexpr auto | di::parser::ignore = detail::IgnoreFunction {} |