Login
From:
en.cppreference.com
(Uncensored)
subscribe
Function objects - cppreference.com
https://en.cppreference.com/w/cpp/functional.html
links
backlinks
Roast topics
Find topics
Find it!
A function object is any object for which the function call operator is defined. C++ provides many built-in function objects as well as support for creation and manipulation of new function objects.