GPUdb C++ API
Version 7.0.19.0
|
#include <sstream>
Go to the source code of this file.
Namespaces | |
gpudb | |
Macros | |
#define | GPUDB_STREAM_TO_STRING(...) ( static_cast<const std::ostringstream&> (std::ostringstream() << __VA_ARGS__).str() ) |
#define | GPUDB_STREAM_TO_CSTRING(...) ( GPUDB_STREAM_TO_STRING(__VA_ARGS__).c_str() ) |
#define GPUDB_STREAM_TO_CSTRING | ( | ... | ) | ( GPUDB_STREAM_TO_STRING(__VA_ARGS__).c_str() ) |