Galois::StrictObject< T > Class Template Reference
Single object with specialization for void type.
More...
#include <LazyObject.h>
List of all members.
Detailed Description
template<typename T>
class Galois::StrictObject< T >
Single object with specialization for void type.
To take advantage of empty member optimization, users should subclass this class, otherwise the compiler will insert non-zero padding for fields (even when empty).
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: