-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Generally, apply is synonymous with invoke. MPL library uses apply to invoke a metafunction or lambda. Boost.Hana's apply works just like std::invoke.
However, your apply unpacks the elements of a list and then invokes the lambda, which I found to be surprising. It seems like unpack would be a better name and would avoid the confusion.
Reactions are currently unavailable