static member function
常見(jiàn)例句
- Or, a nonstatic member function was called from outside the class as a static function.
或是,非靜態(tài)的成員函式被當(dāng)做靜態(tài)函式從類(lèi)別外呼叫。 - C++ Does derived class could inheritance Static data member and Static Member function from Base class?
C++并派生類(lèi)可以繼承的靜態(tài)數(shù)據(jù)成員,static成員函數(shù)從基類(lèi)? - The static member m_sInitializer ensures that the constrictor is invoked prior to the main() function of the client module that is using the shared library.
靜態(tài)成員 m_sInitializer 確保在使用共享庫(kù)的客戶(hù)機(jī)模塊的 main() 函數(shù)之前調(diào)用構(gòu)造函數(shù)。 返回 static member function