Models

Classes

struct  aurelia::list_model< T >
struct  aurelia::list_model< list_cons< H, T > >
struct  aurelia::list_model< list_nil >
struct  aurelia::pattern_model< constant< T > >
struct  aurelia::pattern_model< pair_pattern< A, B > >
struct  aurelia::pattern_model< T >
struct  aurelia::pattern_model< untyped_pattern< Pool, List > >
struct  aurelia::pattern_model< variable< T > >
struct  aurelia::strategy_model< choice_strategy< Strat1, Strat2 >, T, false >
struct  aurelia::strategy_model< seq_strategy< Strat1, Strat2 >, T, false >
struct  aurelia::default_side_effect_strategy_model< S, I >
struct  aurelia::default_index_strategy_model< S, I >
 Default model for index_strategy_concept. More...
struct  aurelia::default_strategy_model< S, I >
struct  aurelia::strategy_model< S, I, false >
struct  aurelia::strategy_model< S, I, true >
struct  aurelia::strategy_model< std::function< R(ArgType)>, ArgType, false >