|
GPUdb C++ API
Version 7.2.3.0
|
#include <sstream>
Include dependency graph for Utils.h:
This graph shows which files directly or indirectly include this file: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() ) |