-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Consider add conversions between any_view objects with different any_view_options. Specifically, I think it should be easy and important to construct any_view with some capabilities from an any_view with more capabilities.
One can also consider something like a ‘dynamic_cast’ that attempts to create an any_view with more capabilities if the type erased object supports it - but it’s more challenging, and not sure it’s worth it.
This will potentially make it easier for APIs that work with any_view objects to better interact with each other
Metadata
Metadata
Assignees
Labels
No labels