![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <utils.h>
Public Member Functions | |
SetOncePointer ()=default | |
bool | is_set () const |
T * | get () const |
void | set (T *value) |
SetOncePointer & | operator= (T *value) |
bool | operator== (std::nullptr_t) const |
bool | operator!= (std::nullptr_t) const |
Private Attributes | |
T * | pointer_ = nullptr |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |