ritsuko
Helper utilities for ArtifactDB C++ code
Loading...
Searching...
No Matches
strnlen.hpp File Reference

Determine the length of a fixed-size string. More...

#include "H5Cpp.h"
#include <cstddef>
Include dependency graph for strnlen.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Determine the length of a fixed-size string.