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.

Try in SPARQL Jump to: Surface forms Referenced by

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.

Effective Modern C++ hasPart Item 34: Prefer lambdas to std::bind