Skip to content

Commit

Permalink
Add semantics to indirect
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Oct 30, 2015
1 parent f523965 commit 34376e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fit/indirect.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
/// template<class F>
/// constexpr indirect_adaptor<F> indirect(F f);
///
/// Semantics
/// ---------
///
/// assert(indirect(f)(xs...) == (*f)(xs...));
///
/// Requirements
/// ------------
///
Expand Down

0 comments on commit 34376e8

Please sign in to comment.