Invoker for functions that take one argument.

Synopsis

Declared in <bdlf_bind.h>

template<class t_RET>
struct Bind_Invoker<t_RET, 1>;

Member Functions

Name

Description

invoke

Invoke the bound function with the evaluated arguments.

Created with MrDocs