mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 05:43:40 +01:00
include map and fold headers into array.hpp
This commit is contained in:
parent
d8e79056bf
commit
63fd1b8b2d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user