c++ - std::vector member functions -


मैंने इस प्रश्न को एक किताब में देखा है:

std :: सदस्य का सदस्य कार्य वेक्टर आवंटित मेमोरी को नियंत्रित कर रहे हैं?

क्या कोई इसका जवाब दे सकता है?
धन्यवाद

कंटेनर कक्षाओं के मेमोरी आवंटन को प्रत्येक के लिए अंतर्निहित आवंटक परिभाषित किया जाता है।
लगभग सभी सदस्य कार्य नियंत्रण आवंटित स्मृति ।

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -