c++ Programming Glossary: bigclass
Function dual to std::move? http://stackoverflow.com/questions/17497801/function-dual-to-stdmove I have a class with only one constructor class T public T BigClass big big std move big ... SomeBigClass In most places the constructor.. class T public T BigClass big big std move big ... SomeBigClass In most places the constructor is called on temporaries but.. but in one place I need to make an explicit copy of BigClass because it is not a temporary and will be used multiple times..
|