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_delete_ctor_base< T, E, EnableCopy, EnableMove > Struct Template Reference

#include <qexpected_p.h>

Inheritance diagram for q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >:
Collaboration diagram for q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >:

Public Member Functions

 expected_delete_ctor_base ()=default
 expected_delete_ctor_base (const expected_delete_ctor_base &)=default
 expected_delete_ctor_base (expected_delete_ctor_base &&) noexcept=default
expected_delete_ctor_baseoperator= (const expected_delete_ctor_base &)=default
expected_delete_ctor_baseoperator= (expected_delete_ctor_base &&) noexcept=default

Detailed Description

template<class T, class E, bool EnableCopy = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value), bool EnableMove = (is_move_constructible_or_void<T>::value && std::is_move_constructible<E>::value)>
struct q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >

Definition at line 1141 of file qexpected_p.h.

Constructor & Destructor Documentation

◆ expected_delete_ctor_base() [1/3]

template<class T, class E, bool EnableCopy = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value), bool EnableMove = (is_move_constructible_or_void<T>::value && std::is_move_constructible<E>::value)>
q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >::expected_delete_ctor_base ( )
default

◆ expected_delete_ctor_base() [2/3]

template<class T, class E, bool EnableCopy = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value), bool EnableMove = (is_move_constructible_or_void<T>::value && std::is_move_constructible<E>::value)>
q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >::expected_delete_ctor_base ( const expected_delete_ctor_base< T, E, EnableCopy, EnableMove > & )
default

◆ expected_delete_ctor_base() [3/3]

template<class T, class E, bool EnableCopy = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value), bool EnableMove = (is_move_constructible_or_void<T>::value && std::is_move_constructible<E>::value)>
q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >::expected_delete_ctor_base ( expected_delete_ctor_base< T, E, EnableCopy, EnableMove > && )
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

template<class T, class E, bool EnableCopy = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value), bool EnableMove = (is_move_constructible_or_void<T>::value && std::is_move_constructible<E>::value)>
expected_delete_ctor_base & q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >::operator= ( const expected_delete_ctor_base< T, E, EnableCopy, EnableMove > & )
default

◆ operator=() [2/2]

template<class T, class E, bool EnableCopy = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value), bool EnableMove = (is_move_constructible_or_void<T>::value && std::is_move_constructible<E>::value)>
expected_delete_ctor_base & q23::detail::expected_delete_ctor_base< T, E, EnableCopy, EnableMove >::operator= ( expected_delete_ctor_base< T, E, EnableCopy, EnableMove > && )
defaultnoexcept

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