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