Template Function h5pp::util::getArraySize(] const DataType(&), ] bool)¶
Defined in File h5ppUtils.h
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “h5pp::util::getArraySize” with arguments (] const DataType(&), ] bool) in doxygen xml output for project “h5pp” from directory: ./doxyoutput/xml. Potential matches:
- template<typename DataType, size_t rows, size_t cols, size_t depth> constexpr std::array<size_t, 3> getArraySize([[maybe_unused]] const DataType (&arr)[rows][cols][depth])
- template<typename DataType, size_t rows, size_t cols> constexpr std::array<size_t, 2> getArraySize([[maybe_unused]] const DataType (&arr)[rows][cols])
- template<typename DataType, size_t size> constexpr size_t getArraySize([[maybe_unused]] const DataType (&arr)[size], [[maybe_unused]] bool countChars = false)