Mantid
Loading...
Searching...
No Matches
Classes | Functions
Mantid::Kernel::detail Namespace Reference

Classes

struct  is_range_type
 
struct  is_range_type< const T >
 
struct  is_range_type< int >
 
struct  is_range_type< long >
 
struct  is_range_type< long long >
 
struct  is_range_type< short >
 
struct  is_range_type< unsigned int >
 
struct  is_range_type< unsigned long >
 
struct  is_range_type< unsigned long long >
 
struct  is_range_type< unsigned short >
 
struct  is_range_type< volatile const T >
 
struct  is_range_type< volatile T >
 

Functions

template<typename T >
void toValue (const std::string &strvalue, std::vector< T > &value, std::false_type)
 
template<typename T >
void toValue (const std::string &strvalue, std::vector< T > &value, std::true_type)
 

Function Documentation

◆ toValue() [1/2]

template<typename T >
void Mantid::Kernel::detail::toValue ( const std::string &  strvalue,
std::vector< T > &  value,
std::false_type   
)

◆ toValue() [2/2]

template<typename T >
void Mantid::Kernel::detail::toValue ( const std::string &  strvalue,
std::vector< T > &  value,
std::true_type   
)