Typedef sparsebase::utils::PreprocessFunction
Defined in File function_matcher_mixin.h
Typedef Documentation
-
template<typename ReturnType>
using sparsebase::utils::PreprocessFunction = ReturnType (*)(std::vector<format::Format*> formats, utils::Parameters *params) Template for implementation functions of all preprocesses.
- Template Parameters
ReturnType – the return type of preprocessing functions
- Param formats
a vector of pointers at format::Format objects
- Param params
a polymorphic pointer at a Parameters object