gpt4 book ai didi

c++ - 这个构造是什么意思?

转载 作者:行者123 更新时间:2023-11-28 00:38:06 24 4
gpt4 key购买 nike

<分区>

class Test 
{

struct
{
unsigned has_some_value1: 1;
unsigned has_some_value2: 1;
} info;
};

unsigned has_some_value1: 1; 是什么意思?

应该是以下语句:sizoef(type) == bit1 + ... + bitn ?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com