Function from_error_code¶
function from_error_code(std::error_code) io¶
audiofile_error from_error_code(std::error_code ec) Converts a standard error code to an audiofile_error.
This function maps a given std::error_code to the corresponding audiofile_error enumeration value.
| ec | The standard error code to convert. |
| The corresponding audiofile_error value. |
Fully qualified name: kfr::from_error_code(std::error_code)
Declared at audio/io.hpp:61
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.