Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.90.0.
| Front Page / Tutorial: Metafunctions and Higher-Order Metaprogramming / Lambda Details / Placeholder Expression Definition |
Now that you know just what placeholder means, we can define placeholder expression:
Definition
A placeholder expression is either:
- a placeholder
or
- a template specialization with at least one argument that is a placeholder expression.
In other words, a placeholder expression always involves a placeholder.