Template Struct optional_move_base

Inheritance Relationships

Base Type

Derived Types

Struct Documentation

template<class T, bool = std::is_trivially_move_constructible<T>::value>
struct optional_move_base : public tl::detail::optional_copy_base<T>

Subclassed by tl::detail::optional_copy_assign_base< T, bool >, tl::detail::optional_copy_assign_base< T, false >