主要内容是更加规范的编译期行为与基于继承的Object反射

This commit is contained in:
2025-08-21 15:41:58 +08:00
parent 32e099b621
commit 004f2f3367
10 changed files with 1217 additions and 0 deletions

16
CP.hpp Normal file
View File

@@ -0,0 +1,16 @@
/**
* Compilation Period
*/
#pragma once
#ifndef __FILE_Operator_Hpp
#define __FILE_Operator_Hpp
#include "detail/CP/CHash.hpp"
#include "detail/CP/CBool.hpp"
#include "detail/CP/CWhile.hpp"
#include "detail/CP/MaxMin.hpp"
#include "detail/CP/Arithmetic.hpp"
#include "detail/CP/Typen.hpp"
#endif // __FILE_Operator_Hpp