|
Libmagicxx v10.0.3
A modern C++23 wrapper for libmagic — the library that powers the Unix file command.
|
Concept for callables that convert a value to std::string. More...
#include <utility.hpp>
Concept for callables that convert a value to std::string.
A callable satisfies StringConverter if it can be invoked with a value of type ValueT and returns std::string.
| ValueT | The type of value to convert. |
| StringConverterT | The callable type. |