#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.
Classes | |
class | di::parser::detail::OptionalParser< Parser > |
struct | di::parser::detail::OptionalFunction |
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::optional = detail::OptionalFunction {} |