![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::bond_descriptor_compare_undirected
// In header: <alps/lattice/bond_compare.h> template<typename G> struct bond_descriptor_compare_undirected { // types typedef G graph_type; typedef graph_traits< graph_type > traits_type; typedef traits_type::bond_descriptor bond_descriptor; typedef traits_type::site_descriptor site_descriptor; typedef bool result_type; typedef bond_descriptor first_argument_type; typedef bond_descriptor second_argument_type; // construct/copy/destruct bond_descriptor_compare_undirected(G const *); // public member functions bool operator()(bond_descriptor, bond_descriptor) const; graph_type const * Graph; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |