Base bitfield class
This commit is contained in:
@@ -67,5 +67,12 @@
|
||||
{value}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
<Type Name="xe::bf<*>">
|
||||
<DisplayString>
|
||||
<!-- (storage & mask()) >> position -->
|
||||
{($T1)((storage & ((((value_type)~0) >> (8 * sizeof(value_type) - $T3)) << $T2)) >> $T2)}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
</AutoVisualizer>
|
||||
|
||||
Reference in New Issue
Block a user