Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
TypeInfo.hpp File Reference
#include <set>
#include <string_view>
Include dependency graph for TypeInfo.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  shkyera::TypeInfo< T >
 

Namespaces

namespace  shkyera
 

Typedefs

using shkyera::TypeID = uint64_t
 
using shkyera::TypeSet = std::set< TypeID >
 

Functions

template<typename T >
constexpr uint64_t shkyera::getId ()