13#ifndef MLPACK_BINDINGS_CLI_PARAMETER_TYPE_HPP
14#define MLPACK_BINDINGS_CLI_PARAMETER_TYPE_HPP
23template<
bool HasSerialize,
typename T>
85template<
typename eT,
typename PolicyType>
87 std::string>, arma::Mat<eT>>>
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
Utility struct to return the type that CLI11 should accept for a given input type.
ParameterTypeDeducer< data::HasSerialize< T >::value, T >::type type