Typedef sparsebase::converter::ConversionMap
Defined in File converter.h
Typedef Documentation
-
typedef std::unordered_map<std::type_index, std::unordered_map<std::type_index, std::vector<std::tuple<ConversionCondition, ConversionFunction>>>> sparsebase::converter::ConversionMap
A map containing conversion functions between format classes. Each function is associated with a conditional function.