ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template native_type<std::pair< T *, std::vector< std::size_t > >>

alps::hdf5::native_type<std::pair< T *, std::vector< std::size_t > >>

Synopsis

// In header: <alps/hdf5.hpp>

template<typename T> 
struct native_type<std::pair< T *, std::vector< std::size_t > >> {
  // types
  typedef native_type< typename boost::remove_const< T >::type >::type type;
};
Copyright © 2009, 2010 Lukas Gamper

PrevUpHomeNext