.TH "std::tr2" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::tr2 \- ISO C++ TR2 entities toplevel namespace is std::tr2\&. .SH SYNOPSIS .br .PP .SS "Namespaces" .in +1c .ti -1c .RI " \fB__detail\fP" .br .RI "Implementation details not part of the namespace std::tr2 interface\&. " .in -1c .SS "Classes" .in +1c .ti -1c .RI "struct \fB__dynamic_bitset_base\fP" .br .ti -1c .RI "struct \fB__reflection_typelist\fP" .br .ti -1c .RI "struct \fB__reflection_typelist< _First, _Rest\&.\&.\&. >\fP" .br .RI "Partial specialization\&. " .ti -1c .RI "struct \fB__reflection_typelist<>\fP" .br .RI "Specialization for an empty typelist\&. " .ti -1c .RI "struct \fBbases\fP" .br .RI "Sequence abstraction metafunctions for manipulating a typelist\&. " .ti -1c .RI "class \fBbool_set\fP" .br .ti -1c .RI "struct \fBdirect_bases\fP" .br .RI "Enumerate all the direct base classes of a class\&. Form of a typelist\&. " .ti -1c .RI "class \fBdynamic_bitset\fP" .br .RI "The dynamic_bitset class represents a sequence of bits\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "bool \fBcertainly\fP (\fBbool_set\fP __b)" .br .ti -1c .RI "bool \fBcontains\fP (\fBbool_set\fP __s, \fBbool_set\fP __t)" .br .ti -1c .RI "bool \fBequals\fP (\fBbool_set\fP __s, \fBbool_set\fP __t)" .br .ti -1c .RI "bool \fBis_emptyset\fP (\fBbool_set\fP __b)" .br .ti -1c .RI "bool \fBis_indeterminate\fP (\fBbool_set\fP __b)" .br .ti -1c .RI "bool \fBis_singleton\fP (\fBbool_set\fP __b)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator!=\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator!=\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator!=\fP (\fBbool_set\fP __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator&\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator&\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "template \fBstd::basic_ostream\fP< _CharT, _Traits > & \fBoperator<<\fP (\fBstd::basic_ostream\fP< _CharT, _Traits > &__os, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__x)" .br .RI "Stream output operator for dynamic_bitset\&. " .ti -1c .RI "\fBbool_set\fP \fBoperator==\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator==\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "template \fBstd::basic_istream\fP< _CharT, _Traits > & \fBoperator>>\fP (\fBstd::basic_istream\fP< _CharT, _Traits > &__is, \fBdynamic_bitset\fP< _WordT, _Alloc > &__x)" .br .RI "Stream input operator for dynamic_bitset\&. " .ti -1c .RI "\fBbool_set\fP \fBoperator^\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator^\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator|\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBoperator|\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "bool \fBpossibly\fP (\fBbool_set\fP __b)" .br .ti -1c .RI "\fBbool_set\fP \fBset_complement\fP (\fBbool_set\fP __b)" .br .ti -1c .RI "\fBbool_set\fP \fBset_intersection\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBset_intersection\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "\fBbool_set\fP \fBset_intersection\fP (\fBbool_set\fP __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBset_union\fP (bool __s, \fBbool_set\fP __t)" .br .ti -1c .RI "\fBbool_set\fP \fBset_union\fP (\fBbool_set\fP __s, bool __t)" .br .ti -1c .RI "\fBbool_set\fP \fBset_union\fP (\fBbool_set\fP __s, \fBbool_set\fP __t)" .br .in -1c .PP .RI "\fB\fP" .br .in +1c .in +1c .ti -1c .RI "template bool \fBoperator!=\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__lhs, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__rhs)" .br .RI "These comparisons for equality/inequality are, well, \fIbitwise\fP\&. " .ti -1c .RI "template bool \fBoperator<=\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__lhs, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__rhs)" .br .RI "These comparisons for equality/inequality are, well, \fIbitwise\fP\&. " .ti -1c .RI "template bool \fBoperator>\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__lhs, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__rhs)" .br .RI "These comparisons for equality/inequality are, well, \fIbitwise\fP\&. " .ti -1c .RI "template bool \fBoperator>=\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__lhs, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__rhs)" .br .RI "These comparisons for equality/inequality are, well, \fIbitwise\fP\&. " .in -1c .in -1c .PP .RI "\fB\fP" .br .in +1c .in +1c .ti -1c .RI "template \fBdynamic_bitset\fP< _WordT, _Alloc > \fBoperator&\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__x, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__y)" .br .RI "Global bitwise operations on bitsets\&. " .ti -1c .RI "template \fBdynamic_bitset\fP< _WordT, _Alloc > \fBoperator|\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__x, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__y)" .br .RI "Global bitwise operations on bitsets\&. " .ti -1c .RI "template \fBdynamic_bitset\fP< _WordT, _Alloc > \fBoperator^\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__x, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__y)" .br .RI "Global bitwise operations on bitsets\&. " .ti -1c .RI "template \fBdynamic_bitset\fP< _WordT, _Alloc > \fBoperator\-\fP (const \fBdynamic_bitset\fP< _WordT, _Alloc > &__x, const \fBdynamic_bitset\fP< _WordT, _Alloc > &__y)" .br .RI "Global bitwise operations on bitsets\&. " .in -1c .in -1c .SH "Detailed Description" .PP ISO C++ TR2 entities toplevel namespace is std::tr2\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.