SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Operator implicit operator

    implicit operator PointerUninitialized(PointerUninitialized<T>)

    Converts a PointerUninitialized<T> to a PointerUninitialized.

    Declaration
    public static implicit operator PointerUninitialized(PointerUninitialized<T> pointer)
    Parameters
    Type Name Description
    PointerUninitialized<T> pointer

    The PointerUninitialized<T> to convert.

    Returns
    Type Description
    PointerUninitialized

    A PointerUninitialized pointing to the same target as the specified PointerUninitialized<T>.

    implicit operator NullablePointerUninitialized(PointerUninitialized<T>)

    Converts a PointerUninitialized<T> to a NullablePointerUninitialized.

    Declaration
    public static implicit operator NullablePointerUninitialized(PointerUninitialized<T> pointer)
    Parameters
    Type Name Description
    PointerUninitialized<T> pointer

    The PointerUninitialized<T> to convert.

    Returns
    Type Description
    NullablePointerUninitialized

    A NullablePointerUninitialized pointing to the same target as the specified PointerUninitialized<T>.

    implicit operator NullablePointerUninitialized<T>(PointerUninitialized<T>)

    Converts a PointerUninitialized<T> to a NullablePointerUninitialized<T>.

    Declaration
    public static implicit operator NullablePointerUninitialized<T>(PointerUninitialized<T> pointer)
    Parameters
    Type Name Description
    PointerUninitialized<T> pointer

    The PointerUninitialized<T> to convert.

    Returns
    Type Description
    NullablePointerUninitialized<T>

    A NullablePointerUninitialized<T> pointing to the same target as the specified PointerUninitialized<T>.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.