| and_then(F &&f) & | threadschedule::expected< T, E > | inline |
| and_then(F &&f) const & | threadschedule::expected< T, E > | inline |
| and_then(F &&f) && | threadschedule::expected< T, E > | inline |
| and_then(F &&f) const && | threadschedule::expected< T, E > | inline |
| emplace(Args &&... args) noexcept -> T & | threadschedule::expected< T, E > | inline |
| error() &noexcept -> E & | threadschedule::expected< T, E > | inline |
| error() const &noexcept -> E const & | threadschedule::expected< T, E > | inline |
| error() &&noexcept -> E && | threadschedule::expected< T, E > | inline |
| error() const &&noexcept -> E const && | threadschedule::expected< T, E > | inline |
| error_type typedef | threadschedule::expected< T, E > | |
| expected() | threadschedule::expected< T, E > | inline |
| expected()=delete | threadschedule::expected< T, E > | |
| expected(expected const &)=default | threadschedule::expected< T, E > | |
| expected(expected &&)=default | threadschedule::expected< T, E > | |
| expected(U &&value) | threadschedule::expected< T, E > | inline |
| expected(U &&value) | threadschedule::expected< T, E > | inlineexplicit |
| expected(std::in_place_t, Args &&... args) | threadschedule::expected< T, E > | inlineexplicit |
| expected(unexpected< E > const &error) | threadschedule::expected< T, E > | inline |
| expected(unexpected< E > &&error) | threadschedule::expected< T, E > | inline |
| expected(unexpect_t, Args &&... args) | threadschedule::expected< T, E > | inlineexplicit |
| has_value() const noexcept -> bool | threadschedule::expected< T, E > | inline |
| operator bool() const noexcept | threadschedule::expected< T, E > | inlineexplicit |
| operator!= | threadschedule::expected< T, E > | friend |
| operator!= | threadschedule::expected< T, E > | friend |
| operator!= | threadschedule::expected< T, E > | friend |
| operator!= | threadschedule::expected< T, E > | friend |
| operator!= | threadschedule::expected< T, E > | friend |
| operator*() &noexcept -> T & | threadschedule::expected< T, E > | inline |
| operator*() const &noexcept -> T const & | threadschedule::expected< T, E > | inline |
| operator*() &&noexcept -> T && | threadschedule::expected< T, E > | inline |
| operator*() const &&noexcept -> T const && | threadschedule::expected< T, E > | inline |
| operator->() noexcept -> T * | threadschedule::expected< T, E > | inline |
| operator->() const noexcept -> T const * | threadschedule::expected< T, E > | inline |
| operator=(expected const &) -> expected &=default | threadschedule::expected< T, E > | |
| operator=(expected &&) -> expected &=default | threadschedule::expected< T, E > | |
| operator=(U &&value) -> expected & | threadschedule::expected< T, E > | inline |
| operator=(unexpected< G > const &error) -> expected & | threadschedule::expected< T, E > | inline |
| operator=(unexpected< G > &&error) -> expected & | threadschedule::expected< T, E > | inline |
| operator== | threadschedule::expected< T, E > | friend |
| operator== | threadschedule::expected< T, E > | friend |
| operator== | threadschedule::expected< T, E > | friend |
| operator== | threadschedule::expected< T, E > | friend |
| operator== | threadschedule::expected< T, E > | friend |
| or_else(F &&f) & | threadschedule::expected< T, E > | inline |
| or_else(F &&f) const & | threadschedule::expected< T, E > | inline |
| or_else(F &&f) && | threadschedule::expected< T, E > | inline |
| or_else(F &&f) const && | threadschedule::expected< T, E > | inline |
| swap(expected &other) noexcept(std::is_nothrow_move_constructible_v< T > &&std::is_nothrow_move_constructible_v< E > &&std::is_nothrow_swappable_v< T > &&std::is_nothrow_swappable_v< E >) | threadschedule::expected< T, E > | inline |
| transform(F &&f) & | threadschedule::expected< T, E > | inline |
| transform(F &&f) const & | threadschedule::expected< T, E > | inline |
| transform(F &&f) && | threadschedule::expected< T, E > | inline |
| transform(F &&f) const && | threadschedule::expected< T, E > | inline |
| transform_error(F &&f) & | threadschedule::expected< T, E > | inline |
| transform_error(F &&f) const & | threadschedule::expected< T, E > | inline |
| transform_error(F &&f) && | threadschedule::expected< T, E > | inline |
| transform_error(F &&f) const && | threadschedule::expected< T, E > | inline |
| unexpected_type typedef | threadschedule::expected< T, E > | |
| value() &-> T & | threadschedule::expected< T, E > | inline |
| value() const &-> T const & | threadschedule::expected< T, E > | inline |
| value() &&-> T && | threadschedule::expected< T, E > | inline |
| value() const &&-> T const && | threadschedule::expected< T, E > | inline |
| value_or(U &&fallback) const &-> T | threadschedule::expected< T, E > | inline |
| value_or(U &&fallback) &&-> T | threadschedule::expected< T, E > | inline |
| value_type typedef | threadschedule::expected< T, E > | |
| ~expected()=default | threadschedule::expected< T, E > | |