🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  3. <Type Name="entt::basic_any&lt;*&gt;">
  4. <DisplayString>{{ type={ info->alias,na }, policy={ mode,en } }}</DisplayString>
  5. </Type>
  6. <Type Name="entt::compressed_pair&lt;*&gt;">
  7. <Intrinsic Name="first" Optional="true" Expression="((first_base*)this)->value"/>
  8. <Intrinsic Name="first" Optional="true" Expression="*(first_base::base_type*)this"/>
  9. <Intrinsic Name="second" Optional="true" Expression="((second_base*)this)->value"/>
  10. <Intrinsic Name="second" Optional="true" Expression="*(second_base::base_type*)this"/>
  11. <DisplayString >({ first() }, { second() })</DisplayString>
  12. <Expand>
  13. <Item Name="[first]">first()</Item>
  14. <Item Name="[second]">second()</Item>
  15. </Expand>
  16. </Type>
  17. <Type Name="entt::basic_hashed_string&lt;*&gt;">
  18. <DisplayString Condition="base_type::repr != nullptr">{{ hash={ base_type::hash } }}</DisplayString>
  19. <DisplayString>{{}}</DisplayString>
  20. <Expand>
  21. <Item Name="[data]">base_type::repr,na</Item>
  22. <Item Name="[length]">base_type::length</Item>
  23. </Expand>
  24. </Type>
  25. <Type Name="entt::type_info">
  26. <DisplayString Condition="seq != 0u">{{ name={ alias,na } }}</DisplayString>
  27. <DisplayString>{{}}</DisplayString>
  28. <Expand>
  29. <Item Name="[hash]">identifier</Item>
  30. <Item Name="[index]">seq</Item>
  31. </Expand>
  32. </Type>
  33. </AutoVisualizer>