15#ifndef QCONFIG_HELPERS_H
16#define QCONFIG_HELPERS_H
21#define qon_mcat(a, b) a##b
22#define qon_mxcat(a, b) qon_mcat(a, b)
23#define qon_mcat3(a, b, c) a##b##c
24#define qon_mxcat3(a, b, c) qon_mcat3(a, b, c)
26#define qon_mxstr(a) qon_mstr(a)
27#define qon_mexp(...) __VA_ARGS__
28#define qon_mxexp(X) qon_mexp X
57 return val ?
"true" :
"false";
std::string print_type< bool >(bool val)
std::string print_type(T val)
std::string print_type< uint8_t >(uint8_t val)
std::string print_type< char >(char val)
std::string print_type< int8_t >(int8_t val)
std::string to_string(gsl::span< T, Size > span)