codex
Loading...
Searching...
No Matches
codex::detail::EventListenerVec< E > Struct Template Reference

Storage base class for a given event type. More...

#include <event_dispatcher.hpp>

Protected Attributes

std::vector< std::function< void(E)> > v
 

Detailed Description

template<Event E>
struct codex::detail::EventListenerVec< E >

Storage base class for a given event type.

Member Data Documentation

◆ v

template<Event E>
std::vector< std::function< void(E)> > codex::detail::EventListenerVec< E >::v
protected

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