template<class T, bool EnableCopy = std::is_copy_constructible<T>::value, bool EnableMove = std::is_move_constructible<T>::value>
struct nonstd::detail::optional_delete_ctor_base< T, EnableCopy, EnableMove >
Definition at line 486 of file optional.hpp.