reduce_aborted_error< T > Struct Template Reference
Thrown by an impure transducer transducer when it is done and it should terminate early. More...
#include <atria/xform/impure/abort_reduce.hpp>
Public Member Functions | |
template<typename... Ts> | |
reduce_aborted_error (Ts...ts) | |
Public Member Functions inherited from reduce_aborted_error_base | |
const char * | what () const noexcept override |
Public Attributes | |
T | result |
Detailed Description
template<typename T>
struct atria::xform::impure::reduce_aborted_error< T >
Thrown by an impure transducer transducer when it is done and it should terminate early.
It holds the completed result of the reduction.
- See also
- abort_reduce
Definition at line 54 of file abort_reduce.hpp.
The documentation for this struct was generated from the following file:
- src/atria/xform/impure/abort_reduce.hpp