Iros
Loading...
Searching...
No Matches
nullptr_t.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef DI_NO_USE_STD
4
#include <cstddef>
5
#else
6
namespace
std
{
7
using
nullptr_t
=
decltype
(
nullptr
);
8
}
9
#endif
10
11
namespace
di::types
{
12
using
nullptr_t
= std::nullptr_t;
13
}
14
15
namespace
di
{
16
using
types::nullptr_t
;
17
}
di::types
Definition
method.h:5
di::types::nullptr_t
std::nullptr_t nullptr_t
Definition
nullptr_t.h:12
di
Definition
zstring_parser.h:9
std
Definition
enable_generate_structed_bindings.h:46
libs
di
include
di
types
nullptr_t.h
Generated by
1.13.0