functionals.hpp
来自「用STL的方式封装了WindowsAPI、COM调用、ACE、ATL、MFC、W」· HPP 代码 · 共 21 行
HPP
21 行
/** \file comstl/functionals.hpp Redirects inclusion to comstl_functionals.h. This will be changed in a subsequent release, such that this file will contain the component definitions, and comstl_functionals.h will contain redirect */
#ifndef COMSTL_INCL_COMSTL_HPP_FUNCTIONALS
#define COMSTL_INCL_COMSTL_HPP_FUNCTIONALS
/* /////////////////////////////////////////////////////////////////////////
* Auto-generation and compatibility
*/
/*
[Incompatibilies-start]
STLSOFT_COMPILER_IS_DMC:
STLSOFT_COMPILER_IS_GCC: __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4)
[Incompatibilies-end]
*/
#ifndef COMSTL_INCL_H_COMSTL_FUNCTIONALS
# include <comstl_functionals.h>
#endif /* !COMSTL_INCL_H_COMSTL_FUNCTIONALS */
#endif /* !COMSTL_INCL_COMSTL_HPP_FUNCTIONALS */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?