Ada 2.9.2
Fast spec-compliant URL parser
|
#include <ada.h>
Classes | |
struct | dummy |
Public Member Functions | |
expected_storage_base () | |
constexpr | expected_storage_base (no_init_t) |
constexpr | expected_storage_base (in_place_t) |
template<class... Args, detail::enable_if_t< std::is_constructible< E, Args &&... >::value > * = nullptr> | |
constexpr | expected_storage_base (unexpect_t, Args &&...args) |
template<class U, class... Args, detail::enable_if_t< std::is_constructible< E, std::initializer_list< U > &, Args &&... >::value > * = nullptr> | |
constexpr | expected_storage_base (unexpect_t, std::initializer_list< U > il, Args &&...args) |
~expected_storage_base ()=default | |
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 () | |
Public Attributes | ||
union tl::detail::expected_storage_base< void, E, false, true >:: { ... } | ||
bool | m_has_val | |
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 | |
|
inline |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineexplicitconstexpr |
Definition at line 2541 of file ada.h.
References m_has_val, and m_unexpect.
|
inlineexplicitconstexpr |
Definition at line 2547 of file ada.h.
References m_has_val, and m_unexpect.
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineexplicitconstexpr |
|
inlineexplicitconstexpr |
|
inline |
union { ... } tl::detail::expected_storage_base< void, E, bool, bool > |
union tl::detail::expected_storage_base< void, E, false, true > { ... } tl::detail::expected_storage_base< void, E, false, true > |
bool tl::detail::expected_storage_base< void, E, bool, bool >::m_has_val |
bool tl::detail::expected_storage_base< void, E, false, true >::m_has_val |
Definition at line 2558 of file ada.h.
Referenced by expected_storage_base(), expected_storage_base(), expected_storage_base(), expected_storage_base(), and expected_storage_base().
char tl::detail::expected_storage_base< void, E, bool, bool >::m_no_init |
unexpected<E> tl::detail::expected_storage_base< void, E, bool, bool >::m_unexpect |
unexpected<E> tl::detail::expected_storage_base< void, E, false, true >::m_unexpect |
Definition at line 2555 of file ada.h.
Referenced by expected_storage_base(), and expected_storage_base().
void tl::detail::expected_storage_base< void, E, bool, bool >::m_val |
dummy tl::detail::expected_storage_base< void, E, false, true >::m_val |
Definition at line 2556 of file ada.h.
Referenced by expected_storage_base().