fidl::WireOptional

Summary

Constructors and Destructors

WireOptional()
WireOptional(const WireOptional & other)
WireOptional(WireOptional && other)
WireOptional(const T & t)
WireOptional(T && t)
~WireOptional()

Public functions

has_value() const
bool
operator*()
T &
operator*() const
const T &
operator->()
T *
operator->() const
const T *
operator=(const WireOptional & other)=default
operator=(WireOptional && other) noexcept=default
operator=(const T & other)
operator=(T && other) noexcept
value()
T &
value() const
const T &

Public functions