6 #ifndef ECHELON_RANGE_HPP 7 #define ECHELON_RANGE_HPP 9 #include <echelon/hdf5/range.hpp> 10 #include <echelon/hdf5/array_slice.hpp> echelon's core namespace
Definition: attribute.cpp:10
array_slice< typename container_trait< C >::value_type > make_slice(C &&container, Args...args)
Slice a container.
Definition: array_slice.hpp:89
range_t< Base, Bound > range(Base base, Bound bound, hsize_t stride=1)
Constructs an index range.
Definition: hdf5/range.hpp:63