Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
q23::detail::expected_default_ctor_base< T, E, Enable > Struct Template Reference

#include <qexpected_p.h>

Inheritance diagram for q23::detail::expected_default_ctor_base< T, E, Enable >:
Collaboration diagram for q23::detail::expected_default_ctor_base< T, E, Enable >:

Public Member Functions

constexpr expected_default_ctor_base () noexcept=default
constexpr expected_default_ctor_base (expected_default_ctor_base const &) noexcept=default
constexpr expected_default_ctor_base (expected_default_ctor_base &&) noexcept=default
expected_default_ctor_baseoperator= (expected_default_ctor_base const &) noexcept=default
expected_default_ctor_baseoperator= (expected_default_ctor_base &&) noexcept=default
constexpr expected_default_ctor_base (default_constructor_tag)

Detailed Description

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
struct q23::detail::expected_default_ctor_base< T, E, Enable >

Definition at line 1255 of file qexpected_p.h.

Constructor & Destructor Documentation

◆ expected_default_ctor_base() [1/4]

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
q23::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( )
constexprdefaultnoexcept

◆ expected_default_ctor_base() [2/4]

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
q23::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( expected_default_ctor_base< T, E, Enable > const & )
constexprdefaultnoexcept

◆ expected_default_ctor_base() [3/4]

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
q23::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( expected_default_ctor_base< T, E, Enable > && )
constexprdefaultnoexcept

◆ expected_default_ctor_base() [4/4]

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
q23::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( default_constructor_tag )
inlineexplicitconstexpr

Definition at line 1266 of file qexpected_p.h.

Member Function Documentation

◆ operator=() [1/2]

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
expected_default_ctor_base & q23::detail::expected_default_ctor_base< T, E, Enable >::operator= ( expected_default_ctor_base< T, E, Enable > && )
defaultnoexcept

◆ operator=() [2/2]

template<class T, class E, bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
expected_default_ctor_base & q23::detail::expected_default_ctor_base< T, E, Enable >::operator= ( expected_default_ctor_base< T, E, Enable > const & )
defaultnoexcept

The documentation for this struct was generated from the following file: