Skip to content

Consider using rvalue friend function in FileMappedResizableDirectMemory::Close() #88

Description

@konard

Location: cpp/Platform.Memory/FileMappedResizableDirectMemory.h:66

Current code:

// TODO: maybe use rvalue friend function
public: void Close()
{

}

Issue:
The Close() method is currently empty and there's a suggestion to consider using an rvalue friend function instead of the current approach.

Suggestion:
Evaluate whether using an rvalue friend function would be more appropriate for this use case and implement if beneficial.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions