#include "di/meta/core.h"
#include "di/parser/basic/match_one_or_more.h"
#include "di/parser/make_error.h"
#include "di/parser/prelude.h"
#include "di/reflect/reflect.h"
#include "di/vocab/expected/unexpected.h"
#include "di/vocab/tuple/tuple_for_each.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::parser |
namespace | di::parser::detail |
Functions | |
template<concepts::SameAs< types::Tag< parser::create_parser_in_place > > Tag = types::Tag<parser::create_parser_in_place>, concepts::ReflectableToEnumerators T> | |
constexpr auto | di::parser::detail::tag_invoke (Tag, InPlaceType< T >) |