Share via


___location::operator= Operator

Assigns the contents of a different ___location object to this one.

___location& operator=(
   const ___location& _Rhs
);

Parameters

  • _Rhs
    The source ___location object.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

___location Class