File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 133
133
</Expand >
134
134
</Type >
135
135
<Type Name =" entt::meta_associative_container" >
136
- <DisplayString >{ storage }</DisplayString >
136
+ <DisplayString Condition =" data != nullptr" >{{ const={ const_only } }}</DisplayString >
137
+ <DisplayString >{{}}</DisplayString >
137
138
<Expand >
138
139
<Item Name =" [context]" Condition =" ctx != nullptr" >ctx->value</Item >
140
+ <Item Name =" [const]" >const_only</Item >
141
+ <Item Name =" [data]" >data</Item >
139
142
</Expand >
140
143
</Type >
141
144
<Type Name =" entt::meta_sequence_container" >
142
- <DisplayString >{ storage }</DisplayString >
145
+ <DisplayString Condition =" data != nullptr" >{{ const={ const_only } }}</DisplayString >
146
+ <DisplayString >{{}}</DisplayString >
143
147
<Expand >
144
148
<Item Name =" [context]" Condition =" ctx != nullptr" >ctx->value</Item >
149
+ <Item Name =" [const]" >const_only</Item >
150
+ <Item Name =" [data]" >data</Item >
145
151
</Expand >
146
152
</Type >
147
153
<Type Name =" entt::meta_data" >
You can’t perform that action at this time.
0 commit comments