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

📄 vcl_vector.txx

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

#include <vcl_vector.h>

// --- Vector ---
#undef VCL_VECTOR_INSTANTIATE
#define VCL_VECTOR_INSTANTIATE(T) \
template class std::vector<T, std::allocator<T > >; \
/* member templates */ \
/* !!this is not a member template!! */ \
/* template void std::vector<T, std::allocator<T > >::__insert_aux(std::vector<T >::iterator, T const &); */ \
/* helper functions */ \
template void std::fill(T *, T *, T const &); \
template T   *std::copy(T *, T *, T *); \
template T   *std::copy(T const *, T const *, T *); \
template T   *std::copy_backward(T *, T *, T *); \
/* the wrapper */ \
template struct vcl_vector_sunpro_50<T >

#endif

⌨️ 快捷键说明

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