ritsuko
Helper utilities for ArtifactDB C++ code
|
Check if a string datatype uses a UTF-8 encoding. More...
#include <type_traits>
#include <cstdint>
#include "H5Cpp.h"
Go to the source code of this file.
Namespaces | |
namespace | ritsuko |
Assorted helper functions for parsing and validation. | |
namespace | ritsuko::hdf5 |
Assorted helper functions for HDF5 parsing. | |
Functions | |
bool | ritsuko::hdf5::is_utf8_string (const H5::StrType &stype) |
bool | ritsuko::hdf5::is_utf8_string (const H5::DataSet &handle) |
bool | ritsuko::hdf5::is_utf8_string (const H5::Attribute &handle) |
Check if a string datatype uses a UTF-8 encoding.