28 #ifndef BSL_IS_TRIVIALLY_DESTRUCTIBLE_HPP 29 #define BSL_IS_TRIVIALLY_DESTRUCTIBLE_HPP 49 public bool_constant<is_destructible<T>::value &&__has_trivial_destructor(T)>
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If the provided type is trivially destructible, provides the member constant value equal to true....
Definition: is_trivially_destructible.hpp:48