3,973 questions
Figured it out, its a destructor, missed the ~.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
public: __thiscall std::pair<unsigned long const ,class std::shared_ptr<class CMyClass> >::~pair<unsigned long const ,class std::shared_ptr<class CMyClass> >(void)
Can somebody please decipher the above signature?
What is the namespace?
What is the function name?
Thanks.
Figured it out, its a destructor, missed the ~.