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

📄 vcl_set.txx

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

#include <vcl_set.h>
#include <vcl_iterator.h>

#if 0 // has member templates
#define VCL_SET_INSTANTIATE_MT_InputIterator(settype, T, Comp, InputIterator) \
template settype<T, Comp >::settype(InputIterator, InputIterator);\
template settype<T, Comp >::settype(InputIterator first, InputIterator last, Comp const&);\
template void settype<T, Comp >::insert(InputIterator first, InputIterator last)

#else
#define VCL_SET_INSTANTIATE_MT_InputIterator(settype, T, Comp, InputIterator) /* no-op */
#endif

#define VCL_SET_INSTANTIATE_ITERATOR(InputIterator, Distance) \
template void std :: __distance (InputIterator , InputIterator , Distance& , vcl_bidirectional_iterator_tag )


#undef VCL_SET_INSTANTIATE
#define VCL_SET_INSTANTIATE(T, Comp) \
template class vcl_set<T, Comp >; \
template class vcl_set<T, Comp >::__rep_type; \
VCL_SET_INSTANTIATE_ITERATOR(vcl_set<T VCL_COMMA Comp >::iterator, unsigned)

#endif // vcl_sunpro_set_txx_

⌨️ 快捷键说明

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