Архитектурная акустика/Реализация/CFacePointCollectionMultithreadedProxy::operator=: различия между версиями

Материал из CAMaaS preliminary wiki
Перейти к навигации Перейти к поиску
(Новая страница: «{{function_begin |CFacePointCollectionMultithreadedProxy & operator{{=}}(const CFacePointCollectionMultithreadedProxy &) {{=}} default; //1 CFacePointCollectionMu…»)
 
 
Строка 1: Строка 1:
{{function_begin |CFacePointCollectionMultithreadedProxy & operator{{=}}(const CFacePointCollectionMultithreadedProxy &) {{=}} default; //1
{{function_begin |CFacePointCollectionMultithreadedProxy& operator{{=}}(const CFacePointCollectionMultithreadedProxy&) {{=}} default; //1
CFacePointCollectionMultithreadedProxy & operator{{=}}(CFacePointCollectionMultithreadedProxy &&) {{=}} default; //2
CFacePointCollectionMultithreadedProxy& operator{{=}}(CFacePointCollectionMultithreadedProxy&&) {{=}} default; //2
|{{Архитектурная акустика/Реализация/CFacePointCollectionMultithreadedProxy ::operator{{=}} brief}}
|{{Архитектурная акустика/Реализация/CFacePointCollectionMultithreadedProxy::operator{{=}} brief}}
# Присваивание с копированием.
# Присваивание с копированием.
# Присваивание с перемещением.}}
# Присваивание с перемещением.}}
{{function return_value|Ссылка на <source lang="cpp" inline>*this</source>.}}
{{function return_value|Ссылка на <source lang="cpp" inline>*this</source>.}}
{{function_end}}
{{function_end}}

Текущая версия на 17:34, 27 января 2018

Операторы присваивания класса CFacePointCollectionMultithreadedProxy.

  1. Присваивание с копированием.
  2. Присваивание с перемещением.
Возвращаемое значение:
Ссылка на *this.