代码拉取完成,页面将自动刷新
gsl_CONFIG_INDEX_TYPE
(#209)
<?xml version="1.0" encoding="utf-8"?>
<!--
This will make GitHub and some editors recognize this code as XML:
vim: syntax=xml
-->
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="gsl::fail_fast">
<!-- na hides the address, otherwise it would appear as 0x.... "Message" -->
<DisplayString>{_Data._What,nasb}</DisplayString>
</Type>
<Type Name="gsl::final_action<*>">
<DisplayString>{{ invoke = {invoke_}, action = {action_} }}</DisplayString>
<Expand>
<Item Name="[invoke]">invoke_</Item>
<Item Name="[callback]">action_</Item>
</Expand>
</Type>
<Type Name="gsl::span<*>">
<DisplayString>{{ size={last_ - first_} }}</DisplayString>
<Expand>
<Item Name="[size]">last_ - first_</Item>
<ArrayItems>
<Size>last_ - first_</Size>
<ValuePointer>first_</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="gsl::basic_string_span<*>">
<DisplayString>{span_.first_,[span_.last_ - span_.first_]na}</DisplayString>
<Expand>
<Item Name="[size]">span_.last_ - span_.first_</Item>
<ArrayItems>
<Size>span_.last_ - span_.first_</Size>
<ValuePointer>span_.first_</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="gsl::not_null<*>">
<DisplayString>{data_.ptr_}</DisplayString>
<Expand>
<ExpandedItem>data_.ptr_</ExpandedItem>
</Expand>
</Type>
</AutoVisualizer>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。