Template Struct optional_move_assign_base

Inheritance Relationships

Base Type

Derived Type

Struct Documentation

template<class T, bool = std::is_trivially_destructible<T>::value && std::is_trivially_move_constructible<T>::value && std::is_trivially_move_assignable<T>::value>
struct optional_move_assign_base : public tl::detail::optional_copy_assign_base<T>

Subclassed by tl::optional< T >