Bitset
Home Up

 

Same level pages:
Vector
Deque
List
Set
Multiset
Map
Multimap
String
Bitset
Stack
Queue
Priority Queue

Parent level pages:
Containers
Classes
Iterators
Algorithms

The bitset<N> template class is similar to, but simpler than vector<bool>. It is default constructible, assignable, and equality comparible, but it is not a container class. It defines several operators to simplify set operations.

ŠPaul Buis & Ball State University Author: Paul Buis (peb@bsu.edu) Last Modified:11/13/98 09:47 AM

NOTICE: The information presented on this page represents the personal views, ideas, and opinions of the author. This is not an official Ball State University web page. Links contained at this web site to other organizations, are presented as a service and neither constitute nor imply university endorsement or warranty.