Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
boost Namespace Reference

Functions

template<>
float lexical_cast< float, std::string > (const std::string &arg)
 
template<>
double lexical_cast< double, std::string > (const std::string &arg)
 
template<>
long double lexical_cast< long double, std::string > (const std::string &arg)
 
 BOOST_INSTALL_PROPERTY (vertex, properties)
 
 BOOST_INSTALL_PROPERTY (edge, properties)
 

Function Documentation

◆ BOOST_INSTALL_PROPERTY() [1/2]

boost::BOOST_INSTALL_PROPERTY ( edge  ,
properties   
)

◆ BOOST_INSTALL_PROPERTY() [2/2]

boost::BOOST_INSTALL_PROPERTY ( vertex  ,
properties   
)

◆ lexical_cast< double, std::string >()

template<>
double boost::lexical_cast< double, std::string > ( const std::string &  arg)
inline

Definition at line 59 of file mitkLexicalCast.h.

◆ lexical_cast< float, std::string >()

template<>
float boost::lexical_cast< float, std::string > ( const std::string &  arg)
inline

Definition at line 53 of file mitkLexicalCast.h.

◆ lexical_cast< long double, std::string >()

template<>
long double boost::lexical_cast< long double, std::string > ( const std::string &  arg)
inline

Definition at line 65 of file mitkLexicalCast.h.