Skip to content

Split payload-typedef variant into two separate types: eg MemoryRegion and CheckerResult #14

@kusnezoff-alexander

Description

@kusnezoff-alexander

eg

using MemoryRegion = std::span<std::byte,>,;
using CheckerResult = std::pair<bool, Reason>;
  • modify logger.call() and recipe.next() to work with types appropriately
  • delete ::CHECK from enum Actions bc it is only the purpose for distinguishing btw both variants in Payload ?

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