Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jul 21, 2018
1 parent e319d33 commit 223ef60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ Note: `Ns...` must contain `N`, otherwise a `static_assert` is triggered.

Examples:

* `contains<int,0,0>``0`
* `contains<int,3,1,2,3,4,5>``2`
* `index_of<int,0,0>``0`
* `index_of<int,3,1,2,3,4,5>``2`
* `using A = integer_sequence<int,1,2,3,4,5>`
* `contains<A,3>``2`
* `index_of<A,3>``2`

#### Header `tao/seq/scale.hpp`

Expand Down

0 comments on commit 223ef60

Please sign in to comment.