class Value

Defined at line 34 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

Internal class wrapping a typed value.

Functions

Value<T, FormatIndex>

public void Value<T, FormatIndex>()

Defined at line 42 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

Construct an empty value.

Value<T, FormatIndex>

public void Value<T, FormatIndex>(const Value<T, FormatIndex> & )

Defined at line 44 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

Value<T, FormatIndex>

public void Value<T, FormatIndex>(Value<T, FormatIndex> && )

Defined at line 45 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

operator=

public Value<T, FormatIndex> & operator=(const Value<T, FormatIndex> & )

Defined at line 46 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

operator=

public Value<T, FormatIndex> & operator=(Value<T, FormatIndex> && )

Defined at line 47 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

Value<T, FormatIndex>

public void Value<T, FormatIndex>(T value)

Defined at line 50 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

Construct a Value wrapping the specific value.

value

public const T & value()

Defined at line 53 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/hierarchy.h

Obtain the wrapped value.