fw4spl
fwCom::util::AutoBind< F, PLACEHOLDERS_NB > Struct Template Reference

Automatic binding class. This class allow to bind automatically a function/method with the right number of arguments. More...

#include <AutoBind.hpp>

Detailed Description

template<typename F, int PLACEHOLDERS_NB>
struct fwCom::util::AutoBind< F, PLACEHOLDERS_NB >

Automatic binding class. This class allow to bind automatically a function/method with the right number of arguments.

Template Parameters
FDesired binding signature.
PLACEHOLDERS_NBnumber of placeholders to use.

Definition at line 33 of file AutoBind.hpp.


The documentation for this struct was generated from the following file: