⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcl_list.txx

📁 InsightToolkit-1.4.0(有大量的优化算法程序)
💻 TXX
字号:
#ifndef vcl_gcc295_list_txx_
#define vcl_gcc295_list_txx_

#include <vcl_list.h>

#define VCL_LIST_INSTANTIATE_MT_InputIterator(T, InputIterator) \
template list<T >::list(InputIterator first, InputIterator last); \
template void list<T >::insert(list<T >::iterator, InputIterator, InputIterator); \
template void list<T >::_M_insert_dispatch(list<T >::iterator, InputIterator, InputIterator, __false_type)

//PVr removed(for gcc 2.95): template void list<T >::range_initialize(InputIterator first, InputIterator last);

#undef VCL_LIST_INSTANTIATE
#define VCL_LIST_INSTANTIATE(T) \
template class list<T >;\
template void _List_base<T,allocator<T > >::clear();\
VCL_LIST_INSTANTIATE_MT_InputIterator(T, list<T >::iterator); \
VCL_LIST_INSTANTIATE_MT_InputIterator(T, list<T >::const_iterator)

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -