28 #ifndef BSL_IS_NULL_POINTER_HPP 29 #define BSL_IS_NULL_POINTER_HPP 58 class is_null_pointer<decltype(nullptr) const> final :
public true_type
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 a nullptr type (taking into account const qualifications),...
Definition: is_null_pointer.hpp:48