std::placeholders Symbol Index
From cppreference.com
< cpp | symbol index
Symbol Index
std | ||||
(C++11)
|
||||
(C++17)
|
||||
(C++17)
|
||||
(C++26)
|
||||
(C++14)
|
||||
(C++20)
|
||||
std::placeholders (C++11) |
||||
(C++17)
|
||||
(C++20)
|
||||
(C++11)
|
||||
(deprecated in C++20)
|
||||
(C++11)
|
||||
Macros | ||||
Removed symbols (Zombie names) | ||||
Exposition-only symbols |
This page tries to list all the symbols that are available from the standard library in the namespace std::placeholders
- Function names with
()
. - Templates with
<>
.
_
_
_ (underscore)
_1, _2, ..., _N (since C++11)