Invoker for functions that take twelve arguments and return void.

Synopsis

Declared in <bdlf_bind.h>

template<>
struct Bind_Invoker<void, 12>;

Member Functions

Name

Description

invoke

Invoke the bound function with the evaluated arguments.

Created with MrDocs