|
Galois
|
#include <LazyObject.h>
Classes | |
| struct | size_of |
Public Types | |
| typedef void * | value_type |
| typedef void * | reference |
| typedef void * | const_reference |
Public Member Functions | |
| void | destroy () |
| void | construct (const_reference) |
| template<typename... Args> | |
| void | construct (Args &&...) |
| const_reference | get () const |
Static Public Attributes | |
| static const bool | has_value = false |
| typedef void* galois::LazyObject< void >::const_reference |
| typedef void* galois::LazyObject< void >::reference |
| typedef void* galois::LazyObject< void >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |