abort_reduce.hpp
Go to the documentation of this file.
Thrown by an impure transducer transducer when it is done and it should terminate early...
Definition: abort_reduce.hpp:54
auto state_complete(T &&s) -> decltype(state_traits_t< T >::complete(std::forward< T >(s)))
Convenience function for calling state_traits::complete
Definition: state_traits.hpp:110