smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Classes | Public Types | List of all members
smgl::policy::SingleThreaded< T > Struct Template Reference

Threading policy for single-threaded applications. More...

#include <smgl/Singleton.hpp>

Classes

struct  Lock
 Single-threaded lock type which does nothing. More...
 

Public Types

using VolatileType = T
 

Detailed Description

template<typename T>
struct smgl::policy::SingleThreaded< T >

Threading policy for single-threaded applications.

Definition at line 89 of file Singleton.hpp.

Member Typedef Documentation

◆ VolatileType

template<typename T >
using smgl::policy::SingleThreaded< T >::VolatileType = T

Underlying type

Definition at line 91 of file Singleton.hpp.


The documentation for this struct was generated from the following file: