Skip to content

Improve Blob type #934

Description

@DanielKamkha

Currently Blob IDL type is represented in C++ as std::shared_ptr<std::vector<uint8_t>>, making it nullable in C++ even if the IDL declaration is not marked as such.

An alternative way to represent Blob in C++ needs to be developed.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions