di 0.1.0
|
#include "di/meta/util.h"
#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"
#include "di/vocab/optional/prelude.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::parser |
Functions | |
template<concepts::DecayConstructible Parser> requires (concepts::DerivedFrom<Parser, ParserBase<Parser>>) | |
constexpr auto | di::parser::operator- (Parser &&parser) |
Variables | |
constexpr auto | di::parser::optional = detail::OptionalFunction {} |