System::Threading::Thread::operator= method

Thread::operator= method

Copies TLS data from different thread.

Thread & System::Threading::Thread::operator=(const Thread &t)
ParameterTypeDescription
tconst Thread&Thread to copy data from.

ReturnValue

Self reference.

See Also