28 #ifndef BSL_IS_NOTHROW_COPY_CONSTRUCTIBLE_HPP 29 #define BSL_IS_NOTHROW_COPY_CONSTRUCTIBLE_HPP 50 public bool_constant<__is_nothrow_constructible(T, add_lvalue_reference_t<add_const_t<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 nothrow copy constructible, provides the member constant value equal to true....
Definition: is_nothrow_copy_constructible.hpp:49