public: __thiscall std::pair<unsigned long const ,class std::shared_ptr<class CMyClass> >::~pair<unsigned long const ,class std::shared_ptr<class CMyClass> >(void)

Ken Netherland 16 Reputation points
2022-04-10T07:25:17.657+00:00

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.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,636 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Netherland 16 Reputation points
    2022-04-10T09:01:27.427+00:00

    Figured it out, its a destructor, missed the ~.

    0 comments No comments