Belle II Software  release-05-02-19
Conversion.h
1 /*
2  * Conversion.h
3  *
4  * Created on: Jul 2, 2015
5  * Author: tkeck
6  */
7 
8 #pragma once
9 
10 #include <string>
11 
12 namespace Belle2 {
24  template<typename T>
25  T convertString(const std::string& str);
26 
27 
29 }
Belle2::convertString
T convertString(const std::string &str)
Converts a string to type T (one of float, double, long double, int, long int, unsigned long int).
Definition: Conversion.cc:23
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19