nullptr_t is the type of the null pointer literal, nullptr.
More...
#include <kanzi/core/cpp/cstddef.hpp>
nullptr_t is the type of the null pointer literal, nullptr.
◆ operator Type *()
template<typename Type >
kanzi::nullptr_t::operator Type * |
( |
| ) |
const |
|
inline |
null cast operator for a given type.
◆ operator Type Class::*()
template<typename Class , typename Type >
kanzi::nullptr_t::operator Type Class::* |
( |
| ) |
const |
|
inline |
null cast operator for a given Type declared in a Class namespace.
◆ operator shared_ptr< Type >()
template<typename Type >
kanzi::nullptr_t::operator shared_ptr< Type > |
( |
| ) |
const |
|
inline |
null cast operator for a shared pointer of Type.
◆ operator unique_ptr< Type >()
template<typename Type >
kanzi::nullptr_t::operator unique_ptr< Type > |
( |
| ) |
const |
|
inline |
null cast operator for a shared pointer of Type.
The documentation for this class was generated from the following file: