std::bitset::size
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
size_t size() const; |
||
返回bitset的可以容纳的比特数目.
原文:
Returns the number of bits that the bitset can hold.
[编辑] 参数
(无)
[编辑] 返回值
数位的bitset可容纳,即模板参数
N
原文:
number of bits that the bitset can hold, i.e. the template parameter
N
[编辑] 另请参阅
返回设置为true数位 原文: returns the number of bits set to true (公共成员函数) |