ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template copy_property_helper

alps::copy_property_helper

Synopsis

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

template<typename SRC, typename DST, typename PROPERTY, bool has_property> 
struct copy_property_helper {

  // public static functions
  template<typename SRCREF, typename DSTREF> 
    static void copy(const SRC &, const SRCREF &, DST &, const DSTREF &);
};

Description

copy_property_helper public static functions

  1. template<typename SRCREF, typename DSTREF> 
      static void copy(const SRC &, const SRCREF &, DST &, const DSTREF &);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext