mirror of
https://github.com/boostorg/hof.git
synced 2026-02-26 04:42:17 +00:00
Add by(p) semantics for issue #104
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
/// ---------
|
||||
///
|
||||
/// assert(by(p, f)(xs...) == f(p(xs)...));
|
||||
/// assert(by(p)(xs...) == p(xs)...);
|
||||
///
|
||||
/// Requirements
|
||||
/// ------------
|
||||
|
||||
Reference in New Issue
Block a user