Iros
 
Loading...
Searching...
No Matches
uintptr_t.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::types {
4using uintptr_t = __UINTPTR_TYPE__;
5}
6
7namespace di {
9}
10
11#if !defined(DI_NO_GLOBALS) && !defined(DI_NO_GLOBAL_TYPES)
12using di::uintptr_t;
13#endif
Definition method.h:5
__UINTPTR_TYPE__ uintptr_t
Definition uintptr_t.h:4
Definition zstring_parser.h:9