Skip to content

Use ILInks extension from Data #375

@FreePhoenix888

Description

@FreePhoenix888

template<typename TStorage>
auto DeleteAll(TStorage& storage)
{
auto handler = [](typename TStorage::LinkType before, typename TStorage::LinkType substitution) {
return typename TStorage::LinkAddressType {};
};
auto any = storage.Constants.Any;
for (auto count = Count(storage); count != storage.Constants.Null; count = Count(storage))
{
DIRECT_METHOD_CALL(TStorage, storage, Delete, {count, any, any}, handler);
}
}

This task must be completed only after linksplatform/Data#125 is completed

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