Contains xtd::static_object class.
- Copyright
- Copyright (c) 2025 Gammasoft. All rights reserved.
Go to the source code of this file.
|
| namespace | xtd |
| | The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
|
| |
|
| #define | static_ |
| | This keyword is use to represent a static object. A static object can't be instantiated (constructors are deleted).
|
| |
| #define | static_object_ |
| | This keyword is use to represent a static object. A static object can't be instantiated (constructors are deleted).
|
| |