Is that possible to list all functions in a namespa开发者_如何学Goce in C++? Just like reflection in C#.
There's no built in reflection in C++ (for namespaces or even classes).
Is that possible to list all functions in a namespa开发者_如何学Goce in C++? Just like reflection in C#.
There's no built in reflection in C++ (for namespaces or even classes).
精彩评论