#include <utility>
Contains call_once_ keyword.
Go to the source code of this file.
Classes | |
struct | xtd::call_once |
The xtd::call_once struct can be used to execute a routine exactly once. This can be used to initialise data in a thread-safe way. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
#define | call_once_ |
The xtd keyword call_once_ can be used to execute a routine exactly once. This can be used to initialise data in a thread-safe way. | |