Skip to content

Commit 047c55b

Browse files
committed
不可視文字を削除
VSCodeで不可視文字を表示するよう設定したので、このあとは大丈夫なはず
1 parent 0f3ab3a commit 047c55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/iterator/projected_value_t.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
```cpp
88
namespace std {
9-
template <indirectly_­readable I,
10-
indirectly_­regular_­unary_­invocable<I> Proj>
9+
template <indirectly_readable I,
10+
indirectly_regular_unary_invocable<I> Proj>
1111
using projected_value_t = remove_cvref_t<invoke_result_t<Proj&, iter_value_t<I>&>>;
1212
}
1313
```
1414
* indirectly_readable[link /reference/iterator/indirectly_readable.md]
15-
* indirectly_­regular_­unary_­invocable[link /reference/iterator/indirectly_­regular_­unary_­invocable.md.nolink]
15+
* indirectly_regular_unary_invocable[link /reference/iterator/indirectly_regular_unary_invocable.md.nolink]
1616
1717
## 概要
1818
イテレータ型`I`が指す値型を取得する。

0 commit comments

Comments
 (0)