Go to the source code of this file.
Classes | |
struct | di::parser::detail::CreateParserInPlaceFunction |
struct | di::parser::detail::CreateParserFunction< T > |
Namespaces | |
namespace | di |
namespace | di::parser |
namespace | di::parser::detail |
namespace | di::concepts |
Concepts | |
concept | di::concepts::Parsable |
Variables | |
constexpr auto | di::parser::create_parser_in_place = detail::CreateParserInPlaceFunction {} |
template<typename T> | |
constexpr auto | di::parser::create_parser = detail::CreateParserFunction<T> {} |
template<typename T> | |
constexpr auto | di::create_parser |
constexpr auto | di::create_parser_in_place |