| LeviLamina
    | 
| Public Member Functions | |
| template<typename Event > requires (!std::same_as<std::decay_t<Event>, EventRef> && std::is_const_v<Event>) | |
| EventRef (Event &event) | |
| template<typename Event > requires (!std::same_as<std::decay_t<Event>, EventRef> && !std::is_const_v<Event>) | |
| EventRef (Event &event) | |
| EventRef (const EventRef &other)=default | |
| EventVariant & | get () | 
| EventVariant const & | get () const |