27 #ifndef _ARRAY_WRAPPER_H_ 
   28 #define _ARRAY_WRAPPER_H_ 
   31 #include "galois/config.h" 
   43 template <
class T, 
size_t N>
 
   49       typename std::enable_if<galois::runtime::is_memory_copyable<T>::value,
 
typename std::enable_if< galois::runtime::is_memory_copyable< T >::value, int >::type tt_is_copyable
Only typedef tt_is_copyable if T is trivially copyable. 
Definition: ArrayWrapper.h:50
 
A subclass of std::array that is marked trivially copyable if the type is also memory copyable...
Definition: ArrayWrapper.h:44