ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct ObservableNamingHelper

alps::ObservableNamingHelper

Synopsis

// 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);
};

Description

ObservableNamingHelper public static functions

  1. template<typename T> 
      static std::string 
      generate(T const & t, 
               typename boost::enable_if< boost::is_arithmetic< T > >::type * = 0);
  2. 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

PrevUpHomeNext