C++ Language/Std/Stl/CallableObjects
Appearance
The purpose of a "callable-object" is to abstractly refer to one specific invoke-able subroutine.
A callable-object exists as an instance of std::function<>
.
C++ Language |
The purpose of a "callable-object" is to abstractly refer to one specific invoke-able subroutine.
A callable-object exists as an instance of std::function<>
.