1#ifndef __JEEP__JPRINT__
2#define __JEEP__JPRINT__
17namespace JPP {
using namespace JEEP; }
33 static std::string buffer;
37 return buffer.c_str();
48#define MAKE_STRING(A) std::invoke( [&]() { std::ostringstream out; out << A; return out.str(); } )
57#define MAKE_CSTRING(A) JEEP::getCString(MAKE_STRING(A))
General puprpose classes and methods.
const char * getCString(const std::string &input)
Get output C-string.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).