| 123 | // 内部类型,用thread local持有,使用者不应尝试构造 |
| 124 | inline ThreadIdImpl(IdAllocator<uint16_t>& allocator); |
| 125 | ThreadIdImpl(ThreadIdImpl&&) = delete; |
| 126 | ThreadIdImpl(const ThreadIdImpl&) = delete; |
| 127 | ThreadIdImpl& operator=(ThreadIdImpl&&) = delete; |
| 128 | ThreadIdImpl& operator=(const ThreadIdImpl&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected