Namespace for looking up an invoker for a given callable type.
Synopsis
Declared in <bslstl_function_invokerutil.h>
struct Function_InvokerUtil;
Description
This struct is a namespace containing a single function template, invokerForFunc, that returns a pointer to a function that is used to invoke a callable object of a particular type.
Types
Name |
Description |
Boolean metafunction for invocability of |
Type Aliases
Name |
Description |
Generic function pointer. This type is as close as we can get to |
Enums
Name |
Description |
Enumeration of the different types of callable objects. |
Static Member Functions
Name |
Description |
|
|
|
Throw |
Created with MrDocs