Skip to content

Commit e7e4334

Browse files
committed
string/stol:add path to atol
1 parent 60a1a63 commit e7e4334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/string/stol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ long stol(const std::wstring& str, std::size_t* idx = nullptr, long base = 10) {
232232
233233
## 関連リンク
234234
### C標準ライブラリに由来する関数
235-
- `atol`: `stol`は`atol`を`std::string`および`std::wstring`に対応させたものと見なせる。
235+
- [`atol`](/reference/cstdlib/atoi_atol_atoll.md): `stol`は[`atol`](/reference/cstdlib/atoi_atol_atoll.md)を`std::string`および`std::wstring`に対応させたものと見なせる。
236236
- `strtol`, `wcstol`: `stol`は`strtol`および`wcstol`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
237237
238238
### ファミリー

0 commit comments

Comments
 (0)