static member function
常見例句
- Or, a nonstatic member function was called from outside the class as a static function.
或是,非靜態(tài)的成員函式被儅做靜態(tài)函式從類別外呼叫。 - C++ Does derived class could inheritance Static data member and Static Member function from Base class?
C++竝派生類可以繼承的靜態(tài)數(shù)據(jù)成員,static成員函數(shù)從基類? - 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 確保在使用共享庫的客戶機模塊的 main() 函數(shù)之前調(diào)用搆造函數(shù)。 返回 static member function