Skip to content

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

@konard

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.

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