mirror of
https://github.com/boostorg/hof.git
synced 2026-01-31 08:12:19 +00:00
Add semantics to indirect
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
/// template<class F>
|
||||
/// constexpr indirect_adaptor<F> indirect(F f);
|
||||
///
|
||||
/// Semantics
|
||||
/// ---------
|
||||
///
|
||||
/// assert(indirect(f)(xs...) == (*f)(xs...));
|
||||
///
|
||||
/// Requirements
|
||||
/// ------------
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user