Searched defs:can_skip_destructor (Results 1 – 1 of 1) sorted by relevance
693 template <typename T> using can_skip_destructor = std::has_trivial_destructor<T>; typedef695 template <typename T> using can_skip_destructor = std::is_trivially_destructible<T>; typedef