My Project
include
bsl
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
bsl::nullptr_t
decltype(nullptr) nullptr_t
defines a nullptr type
Definition:
cstddef.hpp:34
Generated by
1.8.15