Skip to content

Commit 223ef60

Browse files
committed
Fix examples
1 parent e319d33 commit 223ef60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ Note: `Ns...` must contain `N`, otherwise a `static_assert` is triggered.
292292

293293
Examples:
294294

295-
* `contains<int,0,0>``0`
296-
* `contains<int,3,1,2,3,4,5>``2`
295+
* `index_of<int,0,0>``0`
296+
* `index_of<int,3,1,2,3,4,5>``2`
297297
* `using A = integer_sequence<int,1,2,3,4,5>`
298-
* `contains<A,3>``2`
298+
* `index_of<A,3>``2`
299299

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

0 commit comments

Comments
 (0)