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
6namespace std {
7using nullptr_t = decltype(nullptr);
8}
9#endif
10
11namespace di::types {
12using nullptr_t = std::nullptr_t;
13}
14
15namespace di {
17}
Definition method.h:5
std::nullptr_t nullptr_t
Definition nullptr_t.h:12
Definition zstring_parser.h:9
Definition enable_generate_structed_bindings.h:46