主要内容是更加规范的编译期行为与基于继承的Object反射
This commit is contained in:
16
CP.hpp
Normal file
16
CP.hpp
Normal 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
|
Reference in New Issue
Block a user