and_then(F &&f) & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
and_then(F &&f) const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
and_then(F &&f) && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
and_then(F &&f) const && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
emplace(Args &&... args) -> T & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
error() const &noexcept -> E const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
error() &noexcept -> E & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
error() const &&noexcept -> E const && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
error() &&noexcept -> E && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
error_type typedef (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | |
expected() (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
expected()=delete (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | |
expected(expected const &other) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
expected(expected &&other) noexcept(std::is_nothrow_move_constructible_v< T > &&std::is_nothrow_move_constructible_v< E >) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
expected(U &&value, std::enable_if_t< std::is_convertible_v< U, T >, int >=0) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
expected(U &&value) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inlineexplicit |
expected(std::in_place_t, Args &&... args) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inlineexplicit |
expected(unexpected< E > const &ue) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
expected(unexpected< E > &&ue) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
expected(unexpect_t, Args &&... args) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inlineexplicit |
has_value() const noexcept -> bool (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator bool() const noexcept (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inlineexplicit |
operator!= (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator!= (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator!= (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator!= (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator!= (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator*() const &noexcept -> T const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator*() &noexcept -> T & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator*() const &&noexcept -> T const && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator*() &&noexcept -> T && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator->() const noexcept -> T const * (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator->() noexcept -> T * (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator=(expected const &other) -> expected & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator=(expected &&other) noexcept(std::is_nothrow_move_constructible_v< T > &&std::is_nothrow_move_constructible_v< E >) -> expected & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator=(U &&value) -> expected & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator=(unexpected< E > const &ue) -> expected & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator=(unexpected< E > &&ue) -> expected & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
operator== (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator== (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator== (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator== (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
operator== (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | friend |
or_else(F &&f) & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
or_else(F &&f) const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
or_else(F &&f) && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
or_else(F &&f) const && (defined in threadschedule::expected< T, E >) | 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 >) (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform(F &&f) & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform(F &&f) const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform(F &&f) && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform(F &&f) const && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform_error(F &&f) & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform_error(F &&f) const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform_error(F &&f) && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
transform_error(F &&f) const && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
unexpected_type typedef (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | |
value() const &-> T const & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
value() &-> T & (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
value() const &&-> T const && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
value() &&-> T && (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
value_or(U &&default_value) const &-> T (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
value_or(U &&default_value) &&-> T (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |
value_type typedef (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | |
~expected() (defined in threadschedule::expected< T, E >) | threadschedule::expected< T, E > | inline |