|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
固定大小位集容器 更多...
#include "NeForce/core/container/array.hpp"#include "NeForce/core/interface/istringify.hpp"#include "NeForce/core/memory/bit.hpp"类 | |
| class | bitset< N > |
| 固定大小的位集 更多... | |
| class | bitset< N >::reference |
| 位引用类,用于返回可修改的引用 更多... | |
固定大小位集容器
此文件提供了固定大小位集容器的实现。 bitset是一个固定大小的位序列,支持各种位操作, 如设置、重置、翻转、移位以及逻辑运算。其大小在编译时确定。
在文件 bitset.hpp 中定义.