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