|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
A SingleVariant is either a single DataVariant, an Eigen vector type, or any type constructible from DataVariant but not a vector of DataVariants, not a shared_ptr to SignalSourceContainer, and not RegionLike. More...
#include <DataSpec.hpp>
A SingleVariant is either a single DataVariant, an Eigen vector type, or any type constructible from DataVariant but not a vector of DataVariants, not a shared_ptr to SignalSourceContainer, and not RegionLike.
This concept ensures that the type represents a single data source rather than multiple sources.
Definition at line 98 of file DataSpec.hpp.