Template Function h5pp::util::getCharArraySize

Function Documentation

template<typename DataType, typename = std::enable_if_t<not std::is_base_of_v<hid::hid_base<DataType>, DataType>>, typename = std::enable_if_t<h5pp::type::sfinae::is_text_v<DataType>>>
size_t h5pp::util::getCharArraySize(const DataType &data, [[maybe_unused]] bool countChars = true)