For row vector types, boost::program_options will accept a std::string, not an arma::Row<eT> (since it is not clear how to specify a vector on the command-line). More...
Public Types | |
typedef std::string | type |
For row vector types, boost::program_options will accept a std::string, not an arma::Row<eT> (since it is not clear how to specify a vector on the command-line).
Definition at line 66 of file parameter_type.hpp.
typedef std::string type |
Definition at line 68 of file parameter_type.hpp.