![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::parity_traits<parity_t, Graph>
// In header: <alps/lattice/parity.h> template<typename Graph> struct parity_traits<parity_t, Graph> { // types typedef has_property< parity_t, Graph >::type value_type; // public member functions BOOST_STATIC_CONSTANT(value_type, white = 0) ; BOOST_STATIC_CONSTANT(value_type, black = 1) ; BOOST_STATIC_CONSTANT(value_type, undefined = 2) ; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |