2
0
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:
Paul
2015-10-30 18:14:40 -05:00
parent f523965a02
commit 34376e8f8a

View File

@@ -22,6 +22,11 @@
/// template<class F>
/// constexpr indirect_adaptor<F> indirect(F f);
///
/// Semantics
/// ---------
///
/// assert(indirect(f)(xs...) == (*f)(xs...));
///
/// Requirements
/// ------------
///