MongoDB C++ Driver legacy-1.0.0
Loading...
Searching...
No Matches
List of all members
mongoutils::str::stream Class Reference

the idea here is to make one liners easy. More...

#include <str.h>

Detailed Description

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();


The documentation for this class was generated from the following file: