operator= |
Defined in
<comments.cpp> |
|
(1) | (implicit) |
|
(2) | (implicit) |
(1)
some_other_struct & operator=(const some_other_struct &)
(implicit)
some_other_struct & operator=(const some_other_struct &)
Parameters
|
unnamed |
(2)
some_other_struct & operator=(some_other_struct &&)
(implicit)
some_other_struct & operator=(some_other_struct &&)
Parameters
|
unnamed |