cppreference.com
Benutzerkonto anlegen
Anmelden
Namensräume
Vorlage
Diskussion
Varianten
Ansichten
Lesen
Bearbeiten
Versionen/Autoren
Aktionen
Vorlage:cpp/utility/bitset/navbar
Aus cppreference.com
C++
Sprache
Concepts
Utilities-Bibliothek
Strings Bibliothek
Container-Bibliothek
Algorithmen-Bibliothek
Iteratoren Bibliothek
Numerik-Bibliothek
Input / Output-Bibliothek
Lokalisierungen Bibliothek
Reguläre Ausdrücke Bibliothek
(C++11)
Atomare Operationen Bibliothek
(C++11)
Thread Support-Bibliothek
(C++11)
[edit]
Utilities-Bibliothek
Typen Unterstützung
(basic types, RTTI, type traits)
Dynamische Speicherverwaltung
Fehlerbehandlung
Programm Unterstützung
Variadic Funktionen
Datum und Uhrzeit
Funktionsobjekte
initializer_list
(C++11)
bitset
hash
(C++11)
Relationale Operatoren
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Paare und Tupel
pair
tuple
(C++11)
piecewise_construct_t
(C++11)
piecewise_construct
(C++11)
Swap, forward und move
swap
forward
(C++11)
move
(C++11)
move_if_noexcept
(C++11)
declval
(C++11)
[edit]
std::bitset
Mitglied Typen
Original:
Member types
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
bitset::reference
Member-Funktionen
Original:
Member functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
bitset::bitset
bitset::operator==
bitset::operator!=
Elementzugriff zerstört
Original:
Element access
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
bitset::operator[]
bitset::test
bitset::all
bitset::any
bitset::none
(C++11)
bitset::count
Kapazität
Original:
Capacity
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
bitset::size
Modifiers
Original:
Modifiers
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
bitset::operator&=
bitset::operator|=
bitset::operator^=
bitset::operator~
bitset::operator<<=
bitset::operator>>=
bitset::operator<<
bitset::operator>>
bitset::set
bitset::reset
bitset::flip
Conversions
Original:
Conversions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
bitset::to_string
bitset::to_ulong
bitset::to_ullong
(C++11)
Non-Member-Funktionen
Original:
Non-member functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
operator&
operator|
operator^
operator<<
operator>>
Helper-Klassen
Original:
Helper classes
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
std::hash
(C++11)
[edit]