My Project
false_type.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_FALSE_TYPE_HPP
29 #define BSL_FALSE_TYPE_HPP
30 
31 #include "bool_constant.hpp"
32 
33 namespace bsl
34 {
37 
39  template<typename>
41 }
42 
43 #endif
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45