xtd 0.2.0
Loading...
Searching...
No Matches
call_once.h File Reference
#include <utility>

Definition

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.