The purpose of this class is to copy the value so that it can be accessed via -> thus allowing to write param->x to access the underlying type (T) when it is a struct or a class.
More...
#include <GUIOptionalParam.h>
template<typename T>
class pongasoft::VST::GUI::Params::GUIOptionalParam< T >::Value
The purpose of this class is to copy the value so that it can be accessed via -> thus allowing to write param->x to access the underlying type (T) when it is a struct or a class.
◆ Value()
template<typename T>
| Value |
( |
T const & | iValue | ) |
|
|
inlineexplicitprivate |
◆ operator->()
template<typename T>
| T const * operator-> |
( |
| ) |
const |
|
inlineconstexpr |
◆ GUIOptionalParam< T >
◆ fValue
The documentation for this class was generated from the following file: