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

Search Results for

    Operator operator ++

    operator ++(SequencePointer<T>)

    Increments a value.

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

    The value to increment.

    Returns
    Type Description
    SequencePointer<T>

    The result of incrementing value.

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