Skip to content

Function to_string

function to_string(audiofile_error) io

std::string to_string(audiofile_error err)

Converts an audiofile_error to its string representation.

This function provides a human-readable string representation of the given audiofile_error value.

Parameters
err The audiofile_error value to convert.
Returns
A string describing the error.

Fully qualified name: kfr::to_string(audiofile_error)

Declared at audio/io.hpp:72

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.