proxy_iterator.hpp
来自「用STL的方式封装了WindowsAPI、COM调用、ACE、ATL、MFC、W」· HPP 代码 · 共 24 行
HPP
24 行
/** \file stlsoft/proxy_iterator.hpp Redirects inclusion to stlsoft_proxy_iterator.h. This will be changed in a subsequent release, such that this file will contain the component definitions, and stlsoft_proxy_iterator.h will contain redirect */
#ifndef STLSOFT_INCL_STLSOFT_HPP_PROXY_ITERATOR
#define STLSOFT_INCL_STLSOFT_HPP_PROXY_ITERATOR
/* /////////////////////////////////////////////////////////////////////////
* Compatibility
*/
/*
[Incompatibilies-start]
STLSOFT_COMPILER_IS_WATCOM:
[Incompatibilies-end]
*/
/* /////////////////////////////////////////////////////////////////////////
* Includes
*/
#ifndef STLSOFT_INCL_H_STLSOFT_PROXY_ITERATOR
# include <stlsoft_proxy_iterator.h>
#endif /* !STLSOFT_INCL_H_STLSOFT_PROXY_ITERATOR */
#endif /* !STLSOFT_INCL_STLSOFT_HPP_PROXY_ITERATOR */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?