libstdc++
|
#include <std_function.h>
Derives from unary_function
or binary_function
, or perhaps nothing, depending on the number of arguments provided. The primary template is the basis case, which derives nothing.
Definition at line 57 of file std_function.h.