gimo v0.1.0
Loading...
Searching...
No Matches
gimo::BasicAlgorithm< Traits, Action > Member List

This is the complete list of members for gimo::BasicAlgorithm< Traits, Action >, including all inherited members.

action_type typedefgimo::BasicAlgorithm< Traits, Action >
BasicAlgorithm(Args &&... args) noexcept(std::is_nothrow_constructible_v< Action, Args &&... >)gimo::BasicAlgorithm< Traits, Action >inlineexplicit
on_null(Nullable &&opt, Steps &&... steps) &gimo::BasicAlgorithm< Traits, Action >inline
on_null(Nullable &&opt, Steps &&... steps) const &gimo::BasicAlgorithm< Traits, Action >inline
on_null(Nullable &&opt, Steps &&... steps) &&gimo::BasicAlgorithm< Traits, Action >inline
on_null(Nullable &&opt, Steps &&... steps) const &&gimo::BasicAlgorithm< Traits, Action >inline
on_value(Nullable &&opt, Steps &&... steps) &gimo::BasicAlgorithm< Traits, Action >inline
on_value(Nullable &&opt, Steps &&... steps) const &gimo::BasicAlgorithm< Traits, Action >inline
on_value(Nullable &&opt, Steps &&... steps) &&gimo::BasicAlgorithm< Traits, Action >inline
on_value(Nullable &&opt, Steps &&... steps) const &&gimo::BasicAlgorithm< Traits, Action >inline
operator()(Nullable &&opt, Steps &&... steps) &gimo::BasicAlgorithm< Traits, Action >inline
operator()(Nullable &&opt, Steps &&... steps) const &gimo::BasicAlgorithm< Traits, Action >inline
operator()(Nullable &&opt, Steps &&... steps) &&gimo::BasicAlgorithm< Traits, Action >inline
operator()(Nullable &&opt, Steps &&... steps) const &&gimo::BasicAlgorithm< Traits, Action >inline
traits_type typedefgimo::BasicAlgorithm< Traits, Action >