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

📄 vcl_map.txx

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻 TXX
字号:
#ifndef vcl_sgi_map_txx_
#define vcl_sgi_map_txx_

#undef VCL_MAP_INSTANTIATE
#if VCL_USE_NATIVE_STL
#define VCL_MAP_INSTANTIATE(K, V, C) \
template class vcl_map<K, V, C >; \
template class std::rb_tree<K,std::pair<const K,V >,std::select1st<std::pair<const K,V > >,C,std::__default_alloc_template<true,0> >
#else
#define VCL_MAP_INSTANTIATE(K, V, C) \
template class vcl_map<K, V, C >
#endif

//-------------------- multimap

#undef VCL_MULTIMAP_INSTANTIATE
#define VCL_MULTIMAP_INSTANTIATE(T, Key, Comp) \
template class vcl_multimap<T, Key, Comp >

#endif // vcl_sgi_map_txx_

⌨️ 快捷键说明

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