Support Class Library
A set of tools providing classes and utility
Namespaces | Functions
atomic.h File Reference
#include <utility>
#include <atomic>
#include <scl/tools/make/from.h>

Go to the source code of this file.

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::tools
 General purpose tooling.
 
 scl::tools::make
 Group of factory functions.
 

Functions

template<class T , class... Args>
std::atomic< T > scl::tools::make::atomic (Args &&... args)
 Creates an atomic in-place with the given set of arguments. More...