__gnu_parallel::loser_tree_traits - Online Linux Manual PageSection : 3
Updated : 19 Jun 2018
Source : libstdc++
NAME__gnu_parallel::loser_tree_traits − Traits for determining whether the loser tree should use pointers or copies.
SYNOPSIS
Static Public Attributesstatic const bool use_pointer
Detailed Description
template<typename T> struct __gnu_parallel::loser_tree_traits< T >Traits for determining whether the loser tree should use pointers or copies. The field 'use_pointer' is used to determine whether to use pointers in the loser trees or whether to copy the values into the loser tree. The default behavior is to use pointers if the data type is 4 times as big as the pointer to it. Specialize for your data type to customize the behavior. Example: template<> struct loser_tree_traits<int> { static const bool use_pointer = false; }; template<> struct loser_tree_traits<heavyweight_type> { static const bool use_pointer = true; }; Parameters: T type to give the loser tree traits for. Definition at line 776 of file multiway_merge.h.
Member Data Documentation
template<typename T > const bool __gnu_parallel::loser_tree_traits< T >::use_pointer [static]True iff to use pointers instead of values in loser trees. The default behavior is to use pointers if the data type is four times as big as the pointer to it. Definition at line 784 of file multiway_merge.h.
AuthorGenerated automatically by Doxygen for libstdc++ from the source code. 0
Johanes Gumabo
Data Size : 6,894 byte
man-__gnu_parallel::loser_tree_traits.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 165,711
Visitor ID : :
Visitor IP : 3.141.192.174 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.