3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-24 13:23:37 +01:00

include map and fold headers into array.hpp

This commit is contained in:
Hartmut Hafermann 2014-10-16 16:29:49 +02:00
parent d8e79056bf
commit 63fd1b8b2d

View File

@ -26,6 +26,9 @@
#include "impl/indexmap_storage_pair.hpp"
#include "impl/assignment.hpp"
#include "impl/flags.hpp"
#include "algorithms.hpp"
#include "functional/fold.hpp"
#include "functional/map.hpp"
namespace triqs { namespace arrays {
template <typename ValueType, int Rank, ull_t Opt=0, ull_t TraversalOrder= 0, bool Borrowed=false, bool IsConst=false > class array_view;