![]() |
libconfig v2.1.0
Reflection based C++ configuration library
|
Type trait to determine if a type is a Config wrapper. More...
#include <cli.h>
Type trait to determine if a type is a Config wrapper.
This is the base case which inherits from std::false_type.
| T | The type to inspect. |