.TH "__gnu_parallel::balanced_quicksort_tag" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::balanced_quicksort_tag \- Forces parallel sorting using balanced quicksort at compile time\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_parallel::parallel_tag\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBbalanced_quicksort_tag\fP (\fB_ThreadIndex\fP __num_threads)" .br .ti -1c .RI "\fB_ThreadIndex\fP \fB__get_num_threads\fP ()" .br .RI "Find out desired number of threads\&. " .ti -1c .RI "void \fBset_num_threads\fP (\fB_ThreadIndex\fP __num_threads)" .br .RI "Set the desired number of threads\&. " .in -1c .SH "Detailed Description" .PP Forces parallel sorting using balanced quicksort at compile time\&. .PP Definition at line 164 of file tags\&.h\&. .SH "Member Function Documentation" .PP .SS "\fB_ThreadIndex\fP __gnu_parallel::parallel_tag::__get_num_threads ()\fC [inline]\fP, \fC [inherited]\fP" .PP Find out desired number of threads\&. .PP \fBReturns\fP .RS 4 Desired number of threads\&. .RE .PP .PP Definition at line 63 of file tags\&.h\&. .PP Referenced by __gnu_parallel::__parallel_sort()\&. .SS "void __gnu_parallel::parallel_tag::set_num_threads (\fB_ThreadIndex\fP __num_threads)\fC [inline]\fP, \fC [inherited]\fP" .PP Set the desired number of threads\&. .PP \fBParameters\fP .RS 4 \fI__num_threads\fP Desired number of threads\&. .RE .PP .PP Definition at line 73 of file tags\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.