std::placeholders 符号索引
来自cppreference.com
< cpp | symbol index
符号索引
此页面尝试列出所有来自标准库,在命名空间 std::placeholders
中的符号。符号书写如下:
- 函数名带
()
。 - 模板名带
<>
。
_
_
_(下划线)
_1, _2, ...,
_N (C++11 起)