System::Threading::Thread::operator= 方法

Thread::operator= method

从不同线程复制 TLS 数据。

Thread & System::Threading::Thread::operator=(const Thread &t)
ParameterType描述
tconst Thread&要从中复制数据的 Thread

ReturnValue

自身引用。

另见