nullptr_t is the type of the null pointer literal, nullptr. More...
#include <kanzi/core/cpp/cstddef.hpp>
Public Member Functions | |
template<typename Type > | |
operator shared_ptr< Type > () const | |
null cast operator for a shared pointer of Type. | |
template<typename Type > | |
operator Type * () const | |
null cast operator for a given type. | |
template<typename Class , typename Type > | |
operator Type Class::* () const | |
null cast operator for a given Type declared in a Class namespace. | |
template<typename Type > | |
operator unique_ptr< Type > () const | |
null cast operator for a shared pointer of Type. | |
nullptr_t is the type of the null pointer literal, nullptr.
|
inline |
null cast operator for a given type.
null cast operator for a given Type declared in a Class namespace.
|
inline |
null cast operator for a shared pointer of Type.
|
inline |
null cast operator for a shared pointer of Type.