InputByteStreamRef::operator=: различия между версиями

Материал из CAMaaS preliminary wiki
Перейти к навигации Перейти к поиску
(Новая страница: «{{function_begin|InputByteStreamRef& operator{{=}}(const InputByteStreamRef&) {{=}} delete; InputByteStreamRef& operator{{=}}(InputByteStreamRef&&) {{=}} delete;|…»)
 
 
Строка 1: Строка 1:
{{function_begin|InputByteStreamRef& operator{{=}}(const InputByteStreamRef&) {{=}} delete;
{{function_begin|InputByteStreamRef& operator{{=}}(const InputByteStreamRef&) {{=}} delete;
InputByteStreamRef& operator{{=}}(InputByteStreamRef&&) {{=}} delete;|{{InputByteStreamRef::{{wikify_cpp_op|operator{{=}}}} brief}}}}
InputByteStreamRef& operator{{=}}(InputByteStreamRef&&) {{=}} delete;|{{InputByteStreamRef::operator{{=}} brief}}}}
{{function_end}}
{{function_end}}

Текущая версия на 16:23, 30 мая 2019

InputByteStreamRef& operator=(const InputByteStreamRef&) = delete;
InputByteStreamRef& operator=(InputByteStreamRef&&) = delete;

Удаленные операторы присваивания.