qxLib
class_identificator.h
Go to the documentation of this file.
1 /**
2 
3  @file class_identificator.h
4  @author Khrapov
5  @date 11.09.2021
6  @copyright © Nick Khrapov, 2021. All right reserved.
7 
8 **/
9 #pragma once
10 
11 namespace qx
12 {
13 
14 using class_identificator = size_t;
15 
16 }