Skip to content

Commit 74fd43c

Browse files
committed
fix(std::hash): use doclink
1 parent 6f4d624 commit 74fd43c

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/cpp/library/utility

1 file changed

+2
-1
lines changed

src/content/docs/cpp/library/utility/hash.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { Desc, DescList } from "@components/desc-list";
1111
import Missing from "@components/Missing.astro";
1212
import { ParamDoc, ParamDocList } from "@components/param-doc";
1313
import { Revision, RevisionBlock } from "@components/revision";
14+
import DocLink from "@components/DocLink.astro"
1415

1516
Defined in header <CppHeader name="bitset" />.
1617

@@ -101,7 +102,7 @@ In other words, they exist, but cannot be used.
101102
| | |
102103
|---|---|
103104
|(constuctor) | <Desc kind="public member function">constructs a hash function object </Desc>|
104-
|[`operator()`](./operator-call/) | <Desc kind="public member function">calculates the hash of the argument </Desc>|
105+
|<DocLink dest="/cpp/library/utility/hash/operator-call"> `operator()` </DocLink> | <Desc kind="public member function">calculates the hash of the argument </Desc>|
105106

106107

107108
### Standard library specializations

0 commit comments

Comments
 (0)