NeoPZ
Public Attributes | List of all members
thread_map1_arg< T > Struct Template Reference

Public Attributes

T * array
 
unsigned sub_sz
 
T(* map_func )(T)
 

Detailed Description

template<class T>
struct thread_map1_arg< T >

Definition at line 100 of file gflopstest.cpp.

Member Data Documentation

◆ array

template<class T>
T* thread_map1_arg< T >::array

Definition at line 102 of file gflopstest.cpp.

Referenced by thread_map1(), and thread_map1_worker().

◆ map_func

template<class T>
T(* thread_map1_arg< T >::map_func) (T)

Definition at line 104 of file gflopstest.cpp.

Referenced by thread_map1(), and thread_map1_worker().

◆ sub_sz

template<class T>
unsigned thread_map1_arg< T >::sub_sz

Definition at line 103 of file gflopstest.cpp.

Referenced by thread_map1(), and thread_map1_worker().


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