Namespaces
Records
Functions
-
template <typename U>bool operator== (const Optional<U> & lhs, const Optional<U> & rhs)Allow operator implementations to access private members.
-
template <typename U>bool operator!= (const Optional<U> & lhs, const Optional<U> & rhs) -
template <typename T>std::istream & operator>> (std::istream & is, Optional<T> & result)Forward the IO stream operator>> to the inner value of an Optional
<T
>.
Defined at line 97 of file ../../zircon/system/ulib/cmdline/include/lib/cmdline/optional.h
-
template <typename T>bool operator== (const Optional<T> & lhs, const Optional<T> & rhs)Defined at line 103 of file ../../zircon/system/ulib/cmdline/include/lib/cmdline/optional.h
-
template <typename T>bool operator!= (const Optional<T> & lhsconst Optional<T> & rhs)Defined at line 108 of file ../../zircon/system/ulib/cmdline/include/lib/cmdline/optional.h