Template Struct optional_copy_base

Inheritance Relationships

Base Type

Derived Types

Struct Documentation

template<class T, bool = TL_OPTIONAL_IS_TRIVIALLY_COPY_CONSTRUCTIBLE(T)>
struct optional_copy_base : public tl::detail::optional_operations_base<T>

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