MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ type_name()

std::string MayaFlux::Kakshya::EigenAccess::type_name ( ) const

Get underlying data type name.

Returns
String description of type

Definition at line 209 of file EigenAccess.cpp.

210{
211 return std::visit([](const auto& vec) -> std::string {
212 using T = typename std::decay_t<decltype(vec)>::value_type;
213 return typeid(T).name();
214 },
215 m_variant);
216}
const Kakshya::DataVariant & m_variant

References m_variant.

Referenced by to_complex_vector(), to_magnitude_vector(), and to_phase_vector().

+ Here is the caller graph for this function: