Component‐private invoker for bound function calls.
Synopsis
Declared in <bdlf_bind.h>
template<
class t_RET,
int NUMARGS>
struct Bind_Invoker;
Specializations
Name |
Description |
Invoker for functions that take zero arguments. |
|
Invoker for functions that take one argument. |
|
Invoker for functions that take ten arguments and return void. |
|
Invoker for functions that take eleven arguments and return void. |
|
Invoker for functions that take twelve arguments and return void. |
|
Invoker for functions that take thirteen arguments and return void. |
|
Invoker for functions that take fourteen arguments and return void. |
|
Invoker for functions that take two arguments. |
|
Invoker for functions that take three arguments. |
|
Invoker for functions that take four arguments. |
|
Invoker for functions that take five arguments. |
|
Invoker for functions that take six arguments. |
|
Invoker for functions that take seven arguments. |
|
Invoker for functions that take eight arguments. |
|
Invoker for functions that take nine arguments. |
|
Invoker for functions that take zero arguments. |
|
Invoker for functions that take one argument. |
|
Invoker for functions that take nine arguments. |
|
Invoker for functions that take eleven arguments. |
|
Invoker for functions that take nine arguments. |
|
Invoker for functions that take thirteen arguments. |
|
Invoker for functions that take fourteen arguments. |
|
Invoker for function that take two arguments. |
|
Invoker for functions that take three arguments. |
|
Invoker for functions that take four arguments. |
|
Invoker for functions that take five arguments. |
|
Invoker for functions that take six arguments. |
|
Invoker for functions that take seven arguments. |
|
Invoker for functions that take eight arguments. |
|
Invoker for functions that take nine arguments. |
Created with MrDocs