Base bitfield class

This commit is contained in:
Dr. Chat
2017-02-19 19:58:58 -06:00
parent c08d4e862e
commit 2acee08590
2 changed files with 49 additions and 0 deletions

View File

@@ -67,5 +67,12 @@
{value}
</DisplayString>
</Type>
<Type Name="xe::bf&lt;*&gt;">
<DisplayString>
<!-- (storage & mask()) >> position -->
{($T1)((storage &amp; ((((value_type)~0) &gt;&gt; (8 * sizeof(value_type) - $T3)) &lt;&lt; $T2)) &gt;&gt; $T2)}
</DisplayString>
</Type>
</AutoVisualizer>