Skip to content

Commit 2742bc7

Browse files
committed
string/stoll:add path to atoll
1 parent fb60138 commit 2742bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/string/stoll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ long long stoll(const std::wstring& str, std::size_t* idx = nullptr, long long b
237237
238238
## 関連リンク
239239
### C標準ライブラリに由来する関数
240-
- `atoll`: `stoll`は`atoll`を`std::string`および`std::wstring`に対応させたものと見なせる。
240+
- [`atoll`](/reference/cstdlib/atoi_atol_atoll.md): `stoll`は[`atoll`](/reference/cstdlib/atoi_atol_atoll.md)を`std::string`および`std::wstring`に対応させたものと見なせる。
241241
- `strtoll`, `wcstlol`: `stoll`は`strtoll`および`wcstoll`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
242242
243243
### ファミリー

0 commit comments

Comments
 (0)