Template Struct optional_copy_base
Defined in File tl-optional.hpp
Inheritance Relationships
Base Type
public tl::detail::optional_operations_base< T >
(Template Struct optional_operations_base)
Derived Types
public tl::detail::optional_move_base< T, bool >
(Template Struct optional_move_base)public tl::detail::optional_move_base< T, false >
(Template Struct optional_move_base< T, false >)
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 >