Specifies that an instance of the type can be copy-assigned from an lvalue expression.
[edit] RequirementsThe type T
satisfies CopyAssignable if
T
satisfies MoveAssignable, andGiven
t
, a modifiable lvalue expression of type T
,v
, an lvalue expression of type T
or const T
or an rvalue expression of type const T
.The following expressions must be valid and have their specified effects.
Expression Return type Return value Post-conditions t = vT&
t
The value of t
is equivalent to the value of v
.
The value of v
is unchanged.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4