Struct ObservableNamingHelper
alps::ObservableNamingHelper
Synopsis
struct ObservableNamingHelper {
template<typename T>
static std::string
generate(T const &,
typename boost::enable_if< boost::is_arithmetic< T > >::type * = 0);
template<typename T>
static std::string
generate(T const &,
typename boost::disable_if< boost::is_arithmetic< T > >::type * = 0);
template<typename T> static std::string generate(std::valarray< T > const &);
};
Description
ObservableNamingHelper
public static functions
template<typename T>
static std::string
generate(T const & t,
typename boost::enable_if< boost::is_arithmetic< T > >::type * = 0);
template<typename T>
static std::string
generate(T const &,
typename boost::disable_if< boost::is_arithmetic< T > >::type * = 0);
template<typename T> static std::string generate(std::valarray< T > const &);