#include <wpi/expected>
◆ expected_default_ctor_base() [1/4]
template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
◆ expected_default_ctor_base() [2/4]
template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
◆ expected_default_ctor_base() [3/4]
template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
◆ expected_default_ctor_base() [4/4]
template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
◆ operator=() [1/2]
template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
◆ operator=() [2/2]
template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
The documentation for this struct was generated from the following file: