std::string s(""); s = ""; calls the copy constructor, which in turn calls strlen(), … assigning a default-constructed string generates fewer instructions and is therefore preferred. With C++11 uniform initialization, you’d simply write s = { } instead. |
||
---|---|---|
.. | ||
glTFAsset.h | ||
glTFAsset.inl | ||
glTFAssetWriter.h | ||
glTFAssetWriter.inl | ||
glTFCommon.cpp | ||
glTFCommon.h | ||
glTFExporter.cpp | ||
glTFExporter.h | ||
glTFImporter.cpp | ||
glTFImporter.h |