My Project
cstddef.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_CSTDDEF_HPP
29 #define BSL_CSTDDEF_HPP
30 
31 namespace bsl
32 {
34  using nullptr_t = decltype(nullptr);
35 }
36 
37 #endif
decltype(nullptr) nullptr_t
defines a nullptr type
Definition: cstddef.hpp:34