![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::ObservableNamingHelper
// In header: <alps/alea/simpleobseval.h> struct ObservableNamingHelper { // public static functions 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) ; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |