Pioneer
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
TypeId< T > Class Template Reference

#include <TypeId.h>

Static Public Member Functions

static constexpr size_t Get ()
 
static constexpr uint32_t Get32 ()
 

Detailed Description

template<typename T>
class TypeId< T >

Simple class to provide compile-type constant type identifiers. These identifiers work across boundaries and remain the same between different runs of the program. They are not portable between compilers and should not be serialized.

Member Function Documentation

◆ Get()

template<typename T >
static constexpr size_t TypeId< T >::Get ( )
inlinestaticconstexpr
Here is the call graph for this function:

◆ Get32()

template<typename T >
static constexpr uint32_t TypeId< T >::Get32 ( )
inlinestaticconstexpr
Here is the call graph for this function:

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