Skip to content

Commit

Permalink
natvis: meta_custom
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 29, 2024
1 parent faafc30 commit a7e294e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions natvis/entt/meta.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@
<Item Name="[data]">data</Item>
</Expand>
</Type>
<Type Name="entt::meta_custom">
<DisplayString>{ node }</DisplayString>
<Expand>
<ExpandedItem>node</ExpandedItem>
</Expand>
</Type>
<Type Name="entt::meta_data">
<DisplayString Condition="node != nullptr">{ *node }</DisplayString>
<DisplayString>{{}}</DisplayString>
Expand Down

0 comments on commit a7e294e

Please sign in to comment.