Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::Destructible Struct Reference

Public Member Functions

template<typename T , meta::if_< std::is_object< T >, int > = 0>
auto requires_ (T &&t, T *const p=nullptr) -> decltype( concepts::valid_expr( ((void) t.~T(), 42), concepts::is_true(std::is_nothrow_destructible< T >()), concepts::has_type< T * >(&t), concepts::has_type< const T * >(&std::declval< const T & >()), ((void) delete p, 42), ((void) delete[] p, 42) ))