|
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_ref_t = wrapper |
| 将原类型的引用限定符应用到其他类型 | |
移除引用限定符
| T | 输入类型 |
同时提供bind_ref_t元函数,用于将原类型的引用限定符应用到其他类型。
在文件 type_traits.hpp 第 456 行定义.