TimeId.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace iv
6 {
7 
8 class TimeId : public RuntimeId< TimeId >
9 {
10 public:
11  static constexpr char TypeName[] = "TimeId";
14 };
15 
16 }