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

Search Results for

    Operator implicit operator

    implicit operator PointerReadOnly(PointerReadOnly<T>)

    Converts a PointerReadOnly<T> to a PointerReadOnly.

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

    The PointerReadOnly<T> to convert.

    Returns
    Type Description
    PointerReadOnly

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

    implicit operator NullablePointerReadOnly(PointerReadOnly<T>)

    Converts a PointerReadOnly<T> to a NullablePointerReadOnly.

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

    The PointerReadOnly<T> to convert.

    Returns
    Type Description
    NullablePointerReadOnly

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

    implicit operator NullablePointerReadOnly<T>(PointerReadOnly<T>)

    Converts a PointerReadOnly<T> to a NullablePointerReadOnly<T>.

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

    The PointerReadOnly<T> to convert.

    Returns
    Type Description
    NullablePointerReadOnly<T>

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

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