Skip to content

Improve Blob type #934

@DanielKamkha

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.

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