How to navigate to concept implementors?

If I would have used pure virtual and inheritance → CLion can navigate to all children classes.

But with concepts, how can it do that?

 

I am thinking, maybe there is some comment hint?

class Impl { // clion-hint: implements i_Concept
};
0

请先登录再写评论。