|
Ada 2.9.2
Fast spec-compliant URL parser
|
#include <ada.h>
Public Member Functions | |
| template<class... Args> | |
| void | construct () noexcept |
| template<class Rhs > | |
| void | construct_with (Rhs &&) noexcept |
| template<class... Args> | |
| void | construct_error (Args &&...args) noexcept |
| template<class Rhs > | |
| void | assign (Rhs &&rhs) noexcept |
| bool | has_value () const |
| TL_EXPECTED_11_CONSTEXPR unexpected< E > & | geterr () & |
| constexpr const unexpected< E > & | geterr () const & |
| TL_EXPECTED_11_CONSTEXPR unexpected< E > && | geterr () && |
| constexpr const unexpected< E > && | geterr () const && |
| TL_EXPECTED_11_CONSTEXPR void | destroy_val () |
Public Member Functions inherited from tl::detail::expected_storage_base< void, E > | |
| constexpr | expected_storage_base () |
| constexpr | expected_storage_base (no_init_t) |
| constexpr | expected_storage_base (in_place_t, Args &&...args) |
| constexpr | expected_storage_base (in_place_t, std::initializer_list< U > il, Args &&...args) |
| constexpr | expected_storage_base (unexpect_t, Args &&...args) |
| constexpr | expected_storage_base (unexpect_t, std::initializer_list< U > il, Args &&...args) |
| ~expected_storage_base () | |
Additional Inherited Members | ||
Public Attributes inherited from tl::detail::expected_storage_base< void, E > | ||
| void | m_val | |
| unexpected< E > | m_unexpect | |
| char | m_no_init | |
| union { | ||
| T m_val | ||
| unexpected< E > m_unexpect | ||
| char m_no_init | ||
| }; | ||
| bool | m_has_val | |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |