Jamba  3.0.2
pongasoft::Utils::Concurrent::LockFree::SingleElementStorage< T >::Element Struct Reference

#include <Concurrent.h>

Public Member Functions

 Element (std::unique_ptr< T > iElement, bool iNew) noexcept
 

Public Attributes

std::unique_ptr< T > fElement
 
bool fNew
 

Constructor & Destructor Documentation

◆ Element()

template<typename T>
pongasoft::Utils::Concurrent::LockFree::SingleElementStorage< T >::Element::Element ( std::unique_ptr< T >  iElement,
bool  iNew 
)
inlinenoexcept

Member Data Documentation

◆ fElement

template<typename T>
std::unique_ptr<T> pongasoft::Utils::Concurrent::LockFree::SingleElementStorage< T >::Element::fElement

◆ fNew

template<typename T>
bool pongasoft::Utils::Concurrent::LockFree::SingleElementStorage< T >::Element::fNew

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