MongoDB C++ Driver
legacy-1.1.2
|
the idea here is to make one liners easy. More...
#include <str.h>
the idea here is to make one liners easy.
e.g.:
return str::stream() << 1 << ' ' << 2;
since the following doesn't work:
(stringstream() << 1).str();