David Chisnall (*Now with 50% more sarcasm!*)<p>Folks who have worked on / tried <a href="https://infosec.exchange/tags/cpp26" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cpp26</span></a> reflection APIs (I've reviewed so many different versions I can't remember what the final spec looks like):</p><p>Is there a way of providing an identifier as a template parameter that can be used for reflection later? The specific thing that I want to do is provide a bare name of an enum that is declared inside another class, but where the template function is able to derive the path to the enum definition and so can do its own lookup with reflection.</p>