HighFive  2.3.1
HighFive - Header-only C++ HDF5 interface
H5Slice_traits_misc.hpp File Reference
#include <algorithm>
#include <cassert>
#include <functional>
#include <numeric>
#include <sstream>
#include <string>
#include <H5Dpublic.h>
#include <H5Ppublic.h>
#include "H5ReadWrite_misc.hpp"
#include "H5Converter_misc.hpp"
Include dependency graph for H5Slice_traits_misc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HighFive
 

Functions

template<typename T >
std::enable_if< std::is_same< std::size_t, T >::value >::type HighFive::access_with_conversion (const T *&data, typename std::vector< T > &, const std::size_t, const std::vector< std::size_t > &element_ids)
 
template<typename T >
std::enable_if<!std::is_same< std::size_t, T >::value >::type HighFive::access_with_conversion (const T *&data, typename std::vector< T > &raw_elements, const std::size_t length, const std::vector< std::size_t > &element_ids)