Compile-time check that a type has QDBusArgument streaming operators. More...
#include <phosphor-dbus/include/PhosphorDBus/Streaming.h>
Compile-time check that a type has QDBusArgument streaming operators.
Use in adaptor / marshalling headers to catch a missing operator<< / operator>> definition at build time rather than hitting a runtime "demarshalling function failed" crash.