Invoker for functions that take eleven arguments and return void.

Synopsis

Declared in <bdlf_bind.h>

template<>
struct Bind_Invoker<void, 11>;

Member Functions

Name

Description

invoke

Invoke the bound function with the evaluated arguments.

Created with MrDocs