28 #ifndef BSL_IS_TRIVIALLY_CONSTRUCTIBLE_HPP 29 #define BSL_IS_TRIVIALLY_CONSTRUCTIBLE_HPP 46 template<
typename T,
typename... Args>
48 public bool_constant<__is_trivially_constructible(T, Args...)>
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 constructible, provides the member constant value equal to true....
Definition: is_trivially_constructible.hpp:47