Struct lattice_traits<LatticeGraphDescriptor>
alps::lattice_traits<LatticeGraphDescriptor>
Synopsis
// In header: <alps/lattice/latticegraphdescriptor.h>
struct lattice_traits<LatticeGraphDescriptor> {
// types
typedef LatticeGraphDescriptor::unit_cell_type unit_cell_type;
typedef LatticeGraphDescriptor::cell_descriptor cell_descriptor;
typedef LatticeGraphDescriptor::offset_type offset_type;
typedef LatticeGraphDescriptor::extent_type extent_type;
typedef LatticeGraphDescriptor::basis_vector_iterator basis_vector_iterator;
typedef LatticeGraphDescriptor::cell_iterator cell_iterator;
typedef LatticeGraphDescriptor::momentum_iterator momentum_iterator;
typedef LatticeGraphDescriptor::size_type size_type;
typedef LatticeGraphDescriptor::vector_type vector_type;
typedef LatticeGraphDescriptor::boundary_crossing_type boundary_crossing_type;
};