Libmagicxx v5.1.1
A C++ wrapper library over the Magic Number Recognition Library.
|
Go to the source code of this file.
Namespaces | |
namespace | file_concepts |
Concepts | |
concept | file_concepts::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 | file_concepts::to_string (const file_container auto &container, const std::string &separator=", ") |
Convert the file container to a string. | |