C ++ STL中的bitset all()函数
位all()方法是C++STL(标准模板库)的内置功能。该函数返回一个布尔值。如果调用位集中的所有位均为1,则返回值为true,否则它将返回false。
该函数不接受任何参数,并返回一个布尔值。
语法
Bool bitset_name .all()
示例
Bitset = 100101
输出结果
false
因为集合的所有位都必须为真才能返回真值。
示例
#include <bits/stdc++.h>
using namespace std;
void printer(bool val){
if(val){
cout<< "The bitset has all bits set"<< endl;
} else{
cout << "The bitset does not have all bits set"<< endl;
}
}
int main() {
bitset<4> bit1(string("1011"));
bitset<6> bit2(string("111111"));
cout<<"The bitset is "<<bit1<<endl;
printer(bit1.all());
cout<<"The bitset is "<<bit2<<endl;
printer(bit2.all());
return 0;
}输出结果
The bitset is 1011 The bitset does not have all bits set The bitset is 111111 The bitset has all bits set
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短