ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template coordinate_traits

alps::coordinate_traits

Synopsis

// In header: <alps/lattice/coordinate_traits.h>

template<typename C> 
struct coordinate_traits {
  // types
  typedef C::value_type     value_type;    
  typedef C::iterator       iterator;      
  typedef C::const_iterator const_iterator;
};
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext