Ada 2.9.0
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
tl::expected< T, E > Member List

This is the complete list of members for tl::expected< T, E >, including all inherited members.

and_then(F &&f) &-> decltype(and_then_impl(std::declval< expected & >(), std::forward< F >(f)))tl::expected< T, E >inline
and_then(F &&f) &&-> decltype(and_then_impl(std::declval< expected && >(), std::forward< F >(f)))tl::expected< T, E >inline
and_then(F &&f) const &-> decltype(and_then_impl(std::declval< expected const & >(), std::forward< F >(f)))tl::expected< T, E >inline
and_then(F &&f) const &&-> decltype(and_then_impl(std::declval< expected const && >(), std::forward< F >(f)))tl::expected< T, E >inline
emplace(Args &&...args)tl::expected< T, E >inline
emplace(Args &&...args)tl::expected< T, E >inline
emplace(std::initializer_list< U > il, Args &&...args)tl::expected< T, E >inline
emplace(std::initializer_list< U > il, Args &&...args)tl::expected< T, E >inline
error() const &tl::expected< T, E >inline
error() &tl::expected< T, E >inline
error() const &&tl::expected< T, E >inline
error() &&tl::expected< T, E >inline
error_type typedeftl::expected< T, E >
expected()=defaulttl::expected< T, E >
expected(const expected &rhs)=defaulttl::expected< T, E >
expected(expected &&rhs)=defaulttl::expected< T, E >
expected(in_place_t, Args &&...args)tl::expected< T, E >inline
expected(in_place_t, std::initializer_list< U > il, Args &&...args)tl::expected< T, E >inline
expected(const unexpected< G > &e)tl::expected< T, E >inlineexplicit
expected(unexpected< G > const &e)tl::expected< T, E >inline
expected(unexpected< G > &&e) noexcept(std::is_nothrow_constructible< E, G && >::value)tl::expected< T, E >inlineexplicit
expected(unexpected< G > &&e) noexcept(std::is_nothrow_constructible< E, G && >::value)tl::expected< T, E >inline
expected(unexpect_t, Args &&...args)tl::expected< T, E >inlineexplicit
expected(unexpect_t, std::initializer_list< U > il, Args &&...args)tl::expected< T, E >inlineexplicit
expected(const expected< U, G > &rhs)tl::expected< T, E >inlineexplicit
expected(const expected< U, G > &rhs)tl::expected< T, E >inline
expected(expected< U, G > &&rhs)tl::expected< T, E >inlineexplicit
expected(expected< U, G > &&rhs)tl::expected< T, E >inline
expected(U &&v)tl::expected< T, E >inlineexplicit
expected(U &&v)tl::expected< T, E >inline
has_value() const noexcepttl::expected< T, E >inline
map(F &&f) &tl::expected< T, E >inline
map(F &&f) &&tl::expected< T, E >inline
map(F &&f) const &tl::expected< T, E >inline
map(F &&f) const &&tl::expected< T, E >inline
map_error(F &&f) &tl::expected< T, E >inline
map_error(F &&f) &&tl::expected< T, E >inline
map_error(F &&f) const &tl::expected< T, E >inline
map_error(F &&f) const &&tl::expected< T, E >inline
operator bool() const noexcepttl::expected< T, E >inlineexplicit
operator*() const &tl::expected< T, E >inline
operator*() &tl::expected< T, E >inline
operator*() const &&tl::expected< T, E >inline
operator*() &&tl::expected< T, E >inline
operator->() consttl::expected< T, E >inline
operator->()tl::expected< T, E >inline
operator=(const expected &rhs)=defaulttl::expected< T, E >
operator=(expected &&rhs)=defaulttl::expected< T, E >
operator=(U &&v)tl::expected< T, E >inline
operator=(U &&v)tl::expected< T, E >inline
operator=(const unexpected< G > &rhs)tl::expected< T, E >inline
operator=(unexpected< G > &&rhs) noexcepttl::expected< T, E >inline
tl::detail::expected_delete_ctor_base::operator=(const expected_delete_ctor_base &)=defaulttl::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >private
tl::detail::expected_delete_ctor_base::operator=(expected_delete_ctor_base &&) noexcept=defaulttl::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >private
tl::detail::expected_delete_assign_base::operator=(const expected_delete_assign_base &)=defaulttl::detail::expected_delete_assign_base< T, E, EnableCopy, EnableMove >private
tl::detail::expected_delete_assign_base::operator=(expected_delete_assign_base &&) noexcept=defaulttl::detail::expected_delete_assign_base< T, E, EnableCopy, EnableMove >private
tl::detail::expected_default_ctor_base::operator=(expected_default_ctor_base const &) noexcept=defaulttl::detail::expected_default_ctor_base< T, E, Enable >private
tl::detail::expected_default_ctor_base::operator=(expected_default_ctor_base &&) noexcept=defaulttl::detail::expected_default_ctor_base< T, E, Enable >private
or_else(F &&f) &tl::expected< T, E >inline
or_else(F &&f) &&tl::expected< T, E >inline
or_else(F &&f) const &tl::expected< T, E >inline
or_else(F &&f) const &&tl::expected< T, E >inline
swap(expected &rhs) noexcept(std::is_nothrow_move_constructible< T >::value &&detail::is_nothrow_swappable< T >::value &&std::is_nothrow_move_constructible< E >::value &&detail::is_nothrow_swappable< E >::value)tl::expected< T, E >inline
transform(F &&f) &tl::expected< T, E >inline
transform(F &&f) &&tl::expected< T, E >inline
transform(F &&f) const &tl::expected< T, E >inline
transform(F &&f) const &&tl::expected< T, E >inline
transform_error(F &&f) &tl::expected< T, E >inline
transform_error(F &&f) &&tl::expected< T, E >inline
transform_error(F &&f) const &tl::expected< T, E >inline
transform_error(F &&f) const &&tl::expected< T, E >inline
unexpected_type typedeftl::expected< T, E >
value() const &tl::expected< T, E >inline
value() &tl::expected< T, E >inline
value() const &&tl::expected< T, E >inline
value() &&tl::expected< T, E >inline
value_or(U &&v) const &tl::expected< T, E >inline
value_or(U &&v) &&tl::expected< T, E >inline
value_type typedeftl::expected< T, E >