struct Unwrapper

Declaration

struct Unwrapper { /* full declaration omitted */ };

Declared at: sus/result/result.h:1058

Member Variables

public Iter& iter
public Option<E>& err

Method Overview

  • public constexpr Unwrapper(Iter && iter, Option<E> & err)
  • public constexpr Option<U> next() noexcept
  • public constexpr ::sus::iter::SizeHint size_hint() const noexcept

Methods

constexpr Unwrapper(Iter&& iter, Option<E>& err)

Declared at: sus/result/result.h:1059

Parameters

Iter&& iter
Option<E>& err

constexpr Option<U> next() noexcept

Declared at: sus/result/result.h:1062

constexpr ::sus::iter::SizeHint size_hint()
    const noexcept

Declared at: sus/result/result.h:1074