Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Ase::Mutable< T > Struct Template Reference

Helper to modify const struct contents, e.g. asyn job lambda members. More...

#include "engine.hh"

Public Member Functions

 Mutable (const T &v)
 
 operator T& ()
 

Public Attributes

value
 

Detailed Description

template<class T>
struct Ase::Mutable< T >

Helper to modify const struct contents, e.g. asyn job lambda members.

Definition at line 75 of file engine.hh.

Constructor & Destructor Documentation

◆ Mutable()

template<class T >
Ase::Mutable< T >::Mutable ( const T &  v)

Definition at line 77 of file engine.hh.

Member Function Documentation

◆ operator T&()

template<class T >
Ase::Mutable< T >::operator T& ( )

Definition at line 78 of file engine.hh.

Member Data Documentation

◆ value

template<class T >
T Ase::Mutable< T >::value
mutable

Definition at line 76 of file engine.hh.


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