Item 34: Prefer lambdas to std::bind
E1750913
UNEXPLORED
"Item 34: Prefer lambdas to std::bind" is a guideline from Scott Meyers' *Effective Modern C++* that advocates using lambda expressions instead of `std::bind` for clearer, safer, and more expressive C++11+ code.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Item 34: Prefer lambdas to std::bind canonical | 1 |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.