Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ArrayWrapper.h File Reference

Defines the CopyableArray subclass used to make arrays trivially copyable if possible. More...

#include <array>
#include "galois/config.h"
#include "galois/runtime/ExtraTraits.h"

Go to the source code of this file.

Classes

class  galois::CopyableArray< T, N >
 A subclass of std::array that is marked trivially copyable if the type is also memory copyable. More...
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 

Detailed Description

Defines the CopyableArray subclass used to make arrays trivially copyable if possible.