![]() |
libconfig v2.1.0
Reflection based C++ configuration library
|
Concept ensuring a type is suitable for configuration schema. More...
#include <base.h>
Concept ensuring a type is suitable for configuration schema.
A valid configuration schema must be:
std::is_class_v)std::is_aggregate_v), i.e., strict POD-like structure without user-declared constructors.std::string.| T | The type to check. |