|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
移除const和volatile限定符 更多...
#include <type_traits.hpp>
Public 类型 | |
| template<typename wrapper> | |
| using | bind_cv_t = wrapper |
| 将原类型的cv限定符应用到其他类型 | |
移除const和volatile限定符
| T | 输入类型 |
同时提供bind_cv_t元函数,用于将原类型的cv限定符应用到其他类型。
在文件 type_traits.hpp 第 394 行定义.