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