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