Skip to content

Commit

Permalink
外部仓库代码片段使用永久链接
Browse files Browse the repository at this point in the history
  • Loading branch information
frederick-vs-ja authored and Mq-b committed May 4, 2024
1 parent 773dc60 commit 712e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/卢瑟日经/STL中类的字节大小.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private:
id _M_id;
```

id 就是 libstdc++ 实现的 [`std::thread::id`](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/bits/std_thread.h#L92-L120),那么问题继续,这个 `std::thread::id` 类型又是保有了什么数据成员呢?
id 就是 libstdc++ 实现的 [`std::thread::id`](https://github.com/gcc-mirror/gcc/blob/3e3d115c946944c81d8231dfbe778d4dae26cbb7/libstdc%2B%2B-v3/include/bits/std_thread.h#L92-L120),那么问题继续,这个 `std::thread::id` 类型又是保有了什么数据成员呢?

```cpp
native_handle_type _M_thread;
Expand Down

0 comments on commit 712e97d

Please sign in to comment.