|  | Home | Libraries | People | FAQ | More | 
Assignment.
value& operator=( object const& obj);
            Replace *this
            with a copy of the obect obj.
          
            Strong guarantee. Calls to memory_resource::allocate
            may throw.
          
            Linear in the sum of sizes of *this and obj
          
| Name | Description | 
|---|---|
| 
                       | The new object. |