struct UntilNoneIter
Declaration
struct UntilNoneIter { /* full declaration omitted */ };
Declared at: sus/option/option.h:2281
Member Variables
- public Iter& iter
- public bool& found_none
Method Overview
- public constexpr UntilNoneIter(Iter && iter, bool & found_none)
- public constexpr ::sus::option::Option<U> next() noexcept
- public constexpr ::sus::iter::SizeHint size_hint() const noexcept
Methods
¶constexpr UntilNoneIter(Iter&& iter,
bool& found_none)
constexpr UntilNoneIter(Iter&& iter,
bool& found_none)
Declared at: sus/option/option.h:2283
Parameters
- Iter&& iter
- bool& found_none
¶constexpr ::sus::option::Option<U> next() noexcept
constexpr ::sus::option::Option<U> next() noexcept
Declared at: sus/option/option.h:2286
¶constexpr ::sus::iter::SizeHint size_hint()
const noexcept
constexpr ::sus::iter::SizeHint size_hint()
const noexcept
Declared at: sus/option/option.h:2292