template <typename T>
struct ValueHolder
Defined at line 84 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
Holder for an arbitrary type.
Public Members
T value
Public Methods
void ValueHolder<T> (T val)
Defined at line 85 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
void ~ValueHolder<T> ()
Defined at line 86 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h