C++
C#
VB
JScript
All

Method thread::­operator=


Copyright (C) 2005 IENT-RWTH Aachen

inline self &thread::operator=(const self &x)

Assignment Operator

Returns

A reference to the current object.

Remarks

This sets this object (on the left-hand-side of the operator) to the value given on the right of the operator.