xtd 0.2.0
Loading...
Searching...
No Matches
null.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "null_ptr.hpp"
6#include "core_export.hpp"
7
9namespace xtd {
27}
Contains core_export_ keyword.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
null_ptr null
Represents a null pointer value.
std::nullptr_t null_ptr
Represents the null_opt alias on std::nullptr_t.
Definition null_ptr.hpp:19
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Contains xtd::null_ptr alias.