Skip to content

Create soft_ptr_range<> and naked_ptr_range<> #15

Description

@nobugs-hare

soft_ptr_range<> and naked_ptr_range<> are intended to be used when implementing vector-like collections.

it is similar to soft_ptr<> / naked_ptr<> - but additionally tells the end of the valid range; it allows to implement safe increment/decrement operations for it.

MUST NOT be used outside of collection implementations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions