Libmagicxx v5.1.1
A C++ wrapper library over the Magic Number Recognition Library.
|
Concepts | |
concept | file_container |
The file_container concept specifies the requirements of a container which can be used as a file container by the magic class. | |
Functions | |
std::string | to_string (const file_container auto &container, const std::string &separator=", ") |
Convert the file container to a string. | |
|
inline |
Convert the file container to a string.
[in] | container | The container that holds the paths of the files. |
[in] | separator | The separator between the paths of the files, default is ", ". |