Skip to content

Commit

Permalink
natvis: update views for meta containers
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 5, 2024
1 parent 50db6f2 commit 156bc47
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions natvis/entt/meta.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,21 @@
</Expand>
</Type>
<Type Name="entt::meta_associative_container">
<DisplayString>{ storage }</DisplayString>
<DisplayString Condition="data != nullptr">{{ const={ const_only } }}</DisplayString>
<DisplayString>{{}}</DisplayString>
<Expand>
<Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item>
<Item Name="[const]">const_only</Item>
<Item Name="[data]">data</Item>
</Expand>
</Type>
<Type Name="entt::meta_sequence_container">
<DisplayString>{ storage }</DisplayString>
<DisplayString Condition="data != nullptr">{{ const={ const_only } }}</DisplayString>
<DisplayString>{{}}</DisplayString>
<Expand>
<Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item>
<Item Name="[const]">const_only</Item>
<Item Name="[data]">data</Item>
</Expand>
</Type>
<Type Name="entt::meta_data">
Expand Down

0 comments on commit 156bc47

Please sign in to comment.