|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| std::type_index MayaFlux::Kakshya::get_variant_element_type | ( | const DataVariant & | data | ) |
Return the native element type of a DataVariant as a type_index.
Returns typeid(E) where E is the value_type of the active alternative, consistent with NDDataContainer::value_element_type() and FrameView::element_type().
| data | Source variant. |
Definition at line 28 of file DataUtils.cpp.