Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitkLexicalCast.h File Reference
#include <boost/lexical_cast.hpp>

Go to the source code of this file.

Namespaces

 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 
 boost
 

Functions

template<typename Target >
Target mitk::lexical_cast (const std::string &arg)
 
template<>
float boost::lexical_cast< float, std::string > (const std::string &arg)
 
template<>
double boost::lexical_cast< double, std::string > (const std::string &arg)
 
template<>
long double boost::lexical_cast< long double, std::string > (const std::string &arg)