GetFEM  5.4.2
getfem::detail::omp_distribute_impl< bool, thread_policy, bool_tag > Class Template Reference

Specialization for bool, to circumvent the shortcomings of standards library's specialization for std::vector<bool>, we use std::vector<int> instead. More...

#include <getfem_omp.h>

Inherits getfem::detail::omp_distribute_impl< T, thread_policy, tag >.

Detailed Description

template<typename thread_policy>
class getfem::detail::omp_distribute_impl< bool, thread_policy, bool_tag >

Specialization for bool, to circumvent the shortcomings of standards library's specialization for std::vector<bool>, we use std::vector<int> instead.

Definition at line 286 of file getfem_omp.h.


The documentation for this class was generated from the following file: