Template:tta
From cppreference.com
{{tta|text }}
- Similar to {{tt}} except that in addition generates an anchor in situ. Useful to add links to a table's row.
- The text may contain a single {{br}} splitter. It will be ignored in resulted link but preserved internally in displayed text. Note, that generated anchor's link name has removed two leading symbols (presumably, underscores), e.g. if text is
__cpp_lib_ratio
the link name will becpp_lib_ratio
.