Struct template bond_descriptor_compare
alps::bond_descriptor_compare
Synopsis
template<typename G>
struct bond_descriptor_compare {
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;
bond_descriptor_compare(G const *);
bool operator()(bond_descriptor, bond_descriptor) const;
graph_type const * Graph;
};
Description
bond_descriptor_compare
public
construct/copy/destruct
bond_descriptor_compare(G const * Gr);
bond_descriptor_compare
public member functions
bool operator()(bond_descriptor b1, bond_descriptor b2) const;