error() const & | gfxstream::expected< T, E > | inline |
error() & | gfxstream::expected< T, E > | inline |
error() const && | gfxstream::expected< T, E > | inline |
error() && | gfxstream::expected< T, E > | inline |
expected()=default | gfxstream::expected< T, E > | |
expected(const expected &rhs)=default | gfxstream::expected< T, E > | |
expected(expected &&rhs)=default | gfxstream::expected< T, E > | |
expected(T &&v) | gfxstream::expected< T, E > | inline |
expected(std::in_place_t, Args &&... args) | gfxstream::expected< T, E > | inline |
expected(const unexpected< E > &u) | gfxstream::expected< T, E > | inline |
expected(const unexpected< OtherE > &e) | gfxstream::expected< T, E > | inline |
has_value() const | gfxstream::expected< T, E > | inline |
mVariant | gfxstream::expected< T, E > | private |
ok() const | gfxstream::expected< T, E > | inline |
operator*() const & | gfxstream::expected< T, E > | inline |
operator*() & | gfxstream::expected< T, E > | inline |
operator*() const && | gfxstream::expected< T, E > | inline |
operator*() && | gfxstream::expected< T, E > | inline |
operator->() const | gfxstream::expected< T, E > | inline |
operator->() | gfxstream::expected< T, E > | inline |
transform_error(F &&function) | gfxstream::expected< T, E > | inline |
value() const & | gfxstream::expected< T, E > | inline |
value() & | gfxstream::expected< T, E > | inline |
value() const && | gfxstream::expected< T, E > | inline |
value() && | gfxstream::expected< T, E > | inline |