扩展阅读
当前位置: 编程语言>c/c++
C++ Bitsets 成员 count():返回被设置的位的个数
发布时间:2014-1-19
本文导语: C++ Bitsets 成员 count():返回被设置的位的个数
count
语法:
size_type count();
count()函数bitset中被设置成1的位的个数。