|
di 0.1.0
|
#include "di/parser/concepts/parser.h"#include "di/parser/concepts/parser_context.h"#include "di/parser/meta/parser_context_result.h"#include "di/parser/meta/parser_value.h"#include "di/parser/parser_base.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::parser |
Functions | |
| template<concepts::DecayConstructible Parser, concepts::DecayConstructible Fun> requires (concepts::DerivedFrom<Parser, ParserBase<Parser>>) | |
| constexpr auto | di::parser::operator% (Parser &&parser, Fun &&function) |
Variables | |
| constexpr auto | di::parser::transform = detail::TransformFunction {} |