This class selects the binder implementation for its template arguments.
Synopsis
Declared in <bdlf_bind.h>
template<
class t_RET,
class t_FUNC,
class t_BOUND_TUPLE>
class Bind
: public /* implementation-defined */::Type
Description
Note that instances of this class should not be created explicitly; instead use the BindUtil factory methods.
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Create a binder that moves from another binder. |
|
Create a binder that copies another binder. |
|
Create a binder for the specified invocable and moved argument list. |
|
Create a binder for the specified invocable and argument list. |
Declare that this type is bitwise moveable if its members are. |
|
|
Declare that this type uses a |
Created with MrDocs