Template Struct expected_copy_base
Defined in File expected.hpp
Inheritance Relationships
Base Type
public tl::detail::expected_operations_base< T, E >(Template Struct expected_operations_base)
Derived Types
public tl::detail::expected_move_base< T, E, bool >(Template Struct expected_move_base)public tl::detail::expected_move_base< T, E, false >(Template Struct expected_move_base< T, E, false >)
Struct Documentation
- template<class T, class E, bool = is_void_or<T, TL_EXPECTED_IS_TRIVIALLY_COPY_CONSTRUCTIBLE(T)>:: value &&TL_EXPECTED_IS_TRIVIALLY_COPY_CONSTRUCTIBLE(E)::value, bool = (is_copy_constructible_or_void<T>::value && std::is_copy_constructible<E>::value)> tl::detail::expected_copy_base : public tl::detail::expected_operations_base< T, E >
Subclassed by tl::detail::expected_move_base< T, E, bool >, tl::detail::expected_move_base< T, E, false >