param_helper.cpp
Go to the documentation of this file.
1 
19 
21 {
22 
23 template <>
24 void ParamHelper::getParam<unsigned int>(std::string param_name, unsigned int *variable, unsigned int default_value)
25 {
26  int d;
27  getParam<int>(param_name, &d, (int)default_value);
28  *variable = d;
29 }
30 
31 }
d
def default_value(type)


asr_recognizer_prediction_ism
Author(s): Aumann Florian, Heller Florian, Hutmacher Robin, Meißner Pascal, Stöckle Patrick, Stroh Daniel
autogenerated on Wed Jan 8 2020 03:18:32