# Chapter 11: Function Objects and Binders

- [More about Binders](/gocpp/chapter-11-function-objects-and-binders/more-about-binders.md)
- [Introduction to std::function](/gocpp/chapter-11-function-objects-and-binders/introduction-to-std-function.md)
- [Template Specialization and Argument Deduction](/gocpp/chapter-11-function-objects-and-binders/template-specialization-and-argument-deduction.md)
- [More about std::function](/gocpp/chapter-11-function-objects-and-binders/more-about-std-function.md)
- [std::bind(): A Simple Thread Pool](/gocpp/chapter-11-function-objects-and-binders/std-bind-a-simple-thread-pool.md)
- [More about Lambda Expressions](/gocpp/chapter-11-function-objects-and-binders/more-about-lambda-expressions.md)
