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) |
Stores an universal object.
| U | The type of the universal object |
Definition at line 72 of file Universal.h.
Constructor.
| T | The type of the further objects |
| [in] | t | The objects |
Definition at line 82 of file Universal.h.
References Alien::UniversalObject< U >::m_value, and Alien::UniversalObject< U >::UniversalObject().
|
inline |
Definition at line 98 of file Universal.h.