LeviLamina
|
Public Types | |
using | storage_type = Storage |
using | listener_type = Listener |
Public Member Functions | |
void | call () |
template<class... Args> | |
Dispatcher (Args &&... args) | |
Dispatcher & | operator= (Storage const &other) |
Dispatcher & | operator= (Storage &&other) |
operator Storage const & () const | |
operator Storage & () | |
Public Attributes | |
Storage | storage |
Listener | listener |