Jamba C++ API  4.1.0
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()

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

Member Data Documentation

◆ fElement

std::unique_ptr<T> fElement

◆ fNew

bool fNew

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