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

Search Results for

    Operator operator ++

    operator ++(NullablePersistentSequencePointerReadOnly<T>)

    Increments a value.

    Declaration
    public static NullablePersistentSequencePointerReadOnly<T> operator ++(NullablePersistentSequencePointerReadOnly<T> value)
    Parameters
    Type Name Description
    NullablePersistentSequencePointerReadOnly<T> value

    The value to increment.

    Returns
    Type Description
    NullablePersistentSequencePointerReadOnly<T>

    The result of incrementing value.

    Implements
    IIncrementOperators<TSelf>.operator ++(TSelf)
    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.