.TH "__gnu_parallel::_LoserTreeUnguarded< __stable, _Tp, _Compare >" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::_LoserTreeUnguarded< __stable, _Tp, _Compare > \- Stable implementation of unguarded _LoserTree\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_parallel::_LoserTreeUnguardedBase< _Tp, _Compare >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_LoserTreeUnguarded\fP (unsigned int __k, const _Tp &__sentinel, _Compare __comp=\fBstd::less\fP< _Tp >())" .br .ti -1c .RI "void \fB__delete_min_insert\fP (_Tp __key, bool)" .br .ti -1c .RI "int \fB__get_min_source\fP ()" .br .ti -1c .RI "void \fB__init\fP ()" .br .ti -1c .RI "unsigned int \fB__init_winner\fP (unsigned int __root)" .br .ti -1c .RI "void \fB__insert_start\fP (const _Tp &__key, int __source, bool)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "unsigned int \fB_M_ik\fP" .br .ti -1c .RI "unsigned int \fB_M_offset\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_parallel::_LoserTreeUnguarded< __stable, _Tp, _Compare >" Stable implementation of unguarded _LoserTree\&. Unstable variant is selected below with partial specialization\&. .PP Definition at line 646 of file losertree\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.