| 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) -> T & | 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() &&noexcept -> E && | 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 &other) | threadschedule::expected< T, E > | inline |
| expected(expected &&other) noexcept(std::is_nothrow_move_constructible_v< T > &&std::is_nothrow_move_constructible_v< E >) | threadschedule::expected< T, E > | inline |
| expected(U &&value, std::enable_if_t< std::is_convertible_v< U, T >, int >=0) | 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 &ue) | threadschedule::expected< T, E > | inline |
| expected(unexpected< E > &&ue) | 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!=(expected const &lhs, expected< T2, E2 > const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator!=(expected const &lhs, const T2 &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator!=(const T2 &lhs, expected const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator!=(expected const &lhs, unexpected< E2 > const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator!=(unexpected< E2 > const &lhs, expected const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| 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->() noexcept -> T * | threadschedule::expected< T, E > | inline |
| operator=(expected const &other) -> expected & | threadschedule::expected< T, E > | inline |
| operator=(expected &&other) noexcept(std::is_nothrow_move_constructible_v< T > &&std::is_nothrow_move_constructible_v< E >) -> expected & | threadschedule::expected< T, E > | inline |
| operator=(U &&value) -> expected & | threadschedule::expected< T, E > | inline |
| operator=(unexpected< E > const &ue) -> expected & | threadschedule::expected< T, E > | inline |
| operator=(unexpected< E > &&ue) -> expected & | threadschedule::expected< T, E > | inline |
| operator==(expected const &lhs, expected< T2, E2 > const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator==(expected const &lhs, const T2 &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator==(const T2 &lhs, expected const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator==(expected const &lhs, unexpected< E2 > const &rhs) -> bool | threadschedule::expected< T, E > | friend |
| operator==(unexpected< E2 > const &lhs, expected const &rhs) -> bool | 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() 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() &&-> T && | threadschedule::expected< T, E > | inline |
| value_or(U &&default_value) const &-> T | threadschedule::expected< T, E > | inline |
| value_or(U &&default_value) &&-> T | threadschedule::expected< T, E > | inline |
| value_type typedef | threadschedule::expected< T, E > | |
| ~expected() | threadschedule::expected< T, E > | inline |