C++笔记21:必须返回对象时,别妄想返回其reference

it2025-04-28  20

Effective C++笔记

Don’t try to return a reference when you must return an object

on-stack on-heap static-local static array 返回一个新对象 总结

最新回复(0)