|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 binder< Func(BoundArgs...)>,包括所有继承而来的类成员
| binder(Func &&func, Args &&... args) | binder< Func(BoundArgs...)> | inlineexplicit |
| binder(const binder &)=default | binder< Func(BoundArgs...)> | |
| binder(binder &&)=default | binder< Func(BoundArgs...)> | |
| operator()(Args &&... args) -> result_type< tuple< Args &&... > > | binder< Func(BoundArgs...)> | inline |
| operator()(Args &&... args) const -> result_type_const< tuple< Args &&... > > | binder< Func(BoundArgs...)> | inline |