Forum Discussion

roko1024's avatar
roko1024
New Contributor
6 years ago
Solved

Work with C++ std::vector

Hello.   I am testing desktop application, wich using C++ std::vector. But I see in Object Spy only "zMyPair" (in fields) and "push_back" (in methods). How can I execute method "at" or "size"? ...