Hi all,
I have a question here, could anyone tell me what the differences bw
those funtions:
DataType move(DataType a){return a}
DataType &move(DataTy pe &a){return a}
thanks!
I have a question here, could anyone tell me what the differences bw
those funtions:
DataType move(DataType a){return a}
DataType &move(DataTy pe &a){return a}
thanks!
Comment