|
ritsuko
Helper utilities for ArtifactDB C++ code
|
Determine the length of a fixed-size string. More...
#include "H5Cpp.h"#include <cstddef>

Go to the source code of this file.
Namespaces | |
| namespace | ritsuko |
| Helper functions for ArtifactDB parsing and validation. | |
| namespace | ritsuko::hdf5 |
| Utilities for reading and validating HDF5 files. | |
Functions | |
| std::size_t | ritsuko::hdf5::strnlen (const char *ptr, std::size_t max) |
Determine the length of a fixed-size string.