swift
|
This is the complete list of members for swift::misc::Optional< T >, including all inherited members.
operator bool() const noexcept | swift::misc::Optional< T > | inlineexplicit |
operator*() | swift::misc::Optional< T > | inline |
operator*() const | swift::misc::Optional< T > | inline |
operator->() | swift::misc::Optional< T > | inline |
operator->() const | swift::misc::Optional< T > | inline |
operator=(std::nullptr_t) noexcept | swift::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=default | swift::misc::Optional< T > | |
Optional(T value) noexcept(std::is_nothrow_move_constructible_v< T >) | swift::misc::Optional< T > | inline |
Optional(std::nullptr_t) noexcept | swift::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() noexcept | swift::misc::Optional< T > | inline |
~Optional() | swift::misc::Optional< T > | inline |