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