Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
DynamicReflection.hpp
Go to the documentation of this file.
1 
14 #ifndef __UTILS_CB_DYNAMIC_REFLECTION_HPP_
15 #define __UTILS_CB_DYNAMIC_REFLECTION_HPP_
16 
17 #ifdef _WIN32
18 #if _MSC_VER > 1000
19 #pragma once
20 #endif
21 #endif
22 
23 #if defined(__unix__) && defined(__clang__)
24 #pragma once
25 #endif
26 
27 namespace cb {
28 namespace utils {} // namespace utils
29 } // namespace cb
30 
31 #endif //! __UTILS_CB_DYNAMIC_REFLECTION_HPP_
cb
_WIN32
Definition: api.cpp:4