Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::StateTracker< T >::optionalValue Struct Reference

#include <StateTracker.h>

Public Member Functions

 optionalValue ()
 

Public Attributes

_value
 
bool _initialized
 

Detailed Description

template<typename T>
struct Divide::StateTracker< T >::optionalValue

Definition at line 41 of file StateTracker.h.

Constructor & Destructor Documentation

◆ optionalValue()

template<typename T >
Divide::StateTracker< T >::optionalValue::optionalValue ( )
inline

Definition at line 45 of file StateTracker.h.

Member Data Documentation

◆ _initialized

template<typename T >
bool Divide::StateTracker< T >::optionalValue::_initialized

Definition at line 43 of file StateTracker.h.

◆ _value

template<typename T >
T Divide::StateTracker< T >::optionalValue::_value

Definition at line 42 of file StateTracker.h.


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