conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
conduit::EventTypeRegistrar< T > Struct Template Reference

Self-registering object: constructing one registers T into global_event_types(). More...

#include <event_type_registry.hpp>

Public Member Functions

 EventTypeRegistrar () noexcept
 

Detailed Description

template<typename T>
struct conduit::EventTypeRegistrar< T >

Self-registering object: constructing one registers T into global_event_types().

CONDUIT_REGISTER_EVENT emits one as an inline object so registration happens at static init.

Constructor & Destructor Documentation

◆ EventTypeRegistrar()

template<typename T >
conduit::EventTypeRegistrar< T >::EventTypeRegistrar ( )
inlinenoexcept

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