Libmagicxx v5.1.1
A C++ wrapper library over the Magic Number Recognition Library.
Loading...
Searching...
No Matches
Namespaces | Concepts | Functions
file_concepts.hpp File Reference
#include <filesystem>
#include "utility.hpp"
Include dependency graph for file_concepts.hpp:
This graph shows which files directly or indirectly include this file:

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.