Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
and_then.h File Reference

Go to the source code of this file.

Classes

class  di::parser::detail::AndThenParser< Parser, Fun >
 
struct  di::parser::detail::AndThenFunction
 

Namespaces

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

Functions

template<concepts::DecayConstructible Parser, concepts::DecayConstructible Fun>
requires (concepts::DerivedFrom<Parser, ParserBase<Parser>>)
constexpr auto di::parser::operator<< (Parser &&parser, Fun &&function)
 

Variables

constexpr auto di::parser::and_then = detail::AndThenFunction {}