swift
swift::misc::Optional< T > Member List

This is the complete list of members for swift::misc::Optional< T >, including all inherited members.

operator bool() const noexceptswift::misc::Optional< T >inlineexplicit
operator*()swift::misc::Optional< T >inline
operator*() constswift::misc::Optional< T >inline
operator->()swift::misc::Optional< T >inline
operator->() constswift::misc::Optional< T >inline
operator=(std::nullptr_t) noexceptswift::misc::Optional< T >inline
operator=(const Optional &other) noexcept(std::is_nothrow_copy_constructible_v< T >)swift::misc::Optional< T >inline
operator=(Optional &&other) noexcept(std::is_nothrow_move_constructible_v< T >)swift::misc::Optional< T >inline
Optional() noexcept=defaultswift::misc::Optional< T >
Optional(T value) noexcept(std::is_nothrow_move_constructible_v< T >)swift::misc::Optional< T >inline
Optional(std::nullptr_t) noexceptswift::misc::Optional< T >inline
Optional(const Optional &other) noexcept(std::is_nothrow_copy_constructible_v< T >)swift::misc::Optional< T >inline
Optional(Optional &&other) noexcept(std::is_nothrow_move_constructible_v< T >)swift::misc::Optional< T >inline
reset() noexceptswift::misc::Optional< T >inline
~Optional()swift::misc::Optional< T >inline