Return fn::end_seq() from input-range generator function to signal end-of-inputs. More...
#include <fn.hpp>
Classes | |
| struct | exception |
Public Member Functions | |
| end_seq () | |
| template<typename T > | |
| operator T () const | |
Return fn::end_seq() from input-range generator function to signal end-of-inputs.
This throws fn::end_seq::exception on construction, and is interpreted internally as end-of-inputs. This exception does not propagate outside of the API's boundaries.
|
inline |