Iros
 
Loading...
Searching...
No Matches
sequence.h File Reference

Go to the source code of this file.

Classes

struct  di::parser::detail::SequenceParserMarker
 
class  di::parser::detail::SequenceParser< Parsers >
 
struct  di::parser::detail::SequenceFunction
 

Namespaces

namespace  di
 
namespace  di::parser
 
namespace  di::parser::detail
 

Functions

template<concepts::DecayConstructible Left, concepts::DecayConstructible Right>
requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>>)
constexpr auto di::parser::operator>> (Left &&left, Right &&right)
 
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right>
requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>> && !concepts::DerivedFrom<Left, detail::SequenceParserMarker> && concepts::DerivedFrom<Right, detail::SequenceParserMarker>)
constexpr auto di::parser::operator>> (Left &&left, Right &&right)
 
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right>
requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>> && concepts::DerivedFrom<Left, detail::SequenceParserMarker> && !concepts::DerivedFrom<Right, detail::SequenceParserMarker>)
constexpr auto di::parser::operator>> (Left &&left, Right &&right)
 
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right>
requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>> && concepts::DerivedFrom<Left, detail::SequenceParserMarker> && concepts::DerivedFrom<Right, detail::SequenceParserMarker>)
constexpr auto di::parser::operator>> (Left &&left, Right &&right)
 

Variables

constexpr auto di::parser::sequence = detail::SequenceFunction {}