vector_docstub.h
来自「gnuradio软件无线电源程序.现在的手机多基于软件无线电」· C头文件 代码 · 共 17 行
H
17 行
namespace std{ /*! * \brief vector documentation stub * * \warning * This isn't the real vector template. It's just enough to get doxygen * to draw pretty collaboration diagrams. */ template<class T> class vector { public: T *p; }; } // namespace std
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?