Alien  1.3.0
User documentation
Loading...
Searching...
No Matches
Alien::Universal< U > Class Template Reference

Stores an universal object. More...

#include <core/alien/data/Universal.h>

Public Member Functions

template<typename... T>
 Universal (T &... t)
 Constructor.
void first_time (std::function< void(U &)> f)

Detailed Description

template<typename U>
class Alien::Universal< U >

Stores an universal object.

Template Parameters
UThe type of the universal object

Definition at line 72 of file Universal.h.

Constructor & Destructor Documentation

◆ Universal()

template<typename U>
template<typename... T>
Alien::Universal< U >::Universal ( T &... t)
inline

Constructor.

Template Parameters
TThe type of the further objects
Parameters
[in]tThe objects

Definition at line 82 of file Universal.h.

References Alien::UniversalObject< U >::m_value, and Alien::UniversalObject< U >::UniversalObject().

Member Function Documentation

◆ first_time()

template<typename U>
void Alien::Universal< U >::first_time ( std::function< void(U &)> f)
inline

Definition at line 98 of file Universal.h.


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