qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::type< T > Struct Template Reference

Template struct used for type identification in the event system. More...

#include <Event.h>

Static Public Member Functions

static constexpr void id ()

Detailed Description

template<typename T>
struct qb::type< T >

Template struct used for type identification in the event system.

This template struct is part of the type identification system used to generate unique type IDs at compile time. Each instantiation of this template with a different type parameter will have a unique address for its static id() method, which is used to generate distinct type identifiers.

Template Parameters
TThe type to identify