|
Galois
|
Defines the CopyableArray subclass used to make arrays trivially copyable if possible. More...
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. | |
Defines the CopyableArray subclass used to make arrays trivially copyable if possible.