__gnu_parallel::_LoserTreeUnguardedBase< _Tp, _Compare >(3cxx) | __gnu_parallel::_LoserTreeUnguardedBase< _Tp, _Compare >(3cxx) |
NAME¶
__gnu_parallel::_LoserTreeUnguardedBase< _Tp, _Compare > -SYNOPSIS¶
Inherited by __gnu_parallel::_LoserTreeUnguarded< __stable, _Tp, _Compare >, and __gnu_parallel::_LoserTreeUnguarded< false, _Tp, _Compare >.Public Member Functions¶
_LoserTreeUnguardedBase (unsigned int __k, const _Tp &__sentinel, _Compare __comp= std::less< _Tp >())
Protected Attributes¶
_Compare _M_comp
Detailed Description¶
template<typename _Tp, typename _Compare>class __gnu_parallel::_LoserTreeUnguardedBase< _Tp, _Compare >¶
Base class for unguarded _LoserTree implementation.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Nov 27 2012 | libstdc++ |