Skip to content

SpecializedFunction objects should be able to return C++ data structs #29

@shoaibkamil

Description

@shoaibkamil

Boost allows you to declare "return policies" to dictate how return values from C++ functions are handled. We currently always use the default policy, which translates objects; we should allow users to declare at least the "opaque" policy which does nothing special with the data (not even GC).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions