|
Simple-Utility v2.3.1
|
Specialization, providing the closure template as member alias. More...
#include <BasicClosure.hpp>
Public Types | |
| template<class NewFn > | |
| using | type = BasicClosure< NewFn, InvokePolicy, OperatorPolicies... > |
Specialization, providing the closure template as member alias.
| Fn | The wrapped functional type. |
| InvokePolicy | CRTP type, providing different operator () implementations. |
| OperatorPolicies | CRTP types, providing different composing operators. |
| using sl::functional::closure_template< BasicClosure< Fn, InvokePolicy, OperatorPolicies... > >::type = BasicClosure<NewFn, InvokePolicy, OperatorPolicies...> |