#include <assert.h>
#include <stdlib.h>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <rpa/platforms.h>
#include <rpa/synchro.h>
#include <rpa/testing.h>
Functions | |
int | main (int aArgC, const char **aArgV) |
After the template specializations, comes the library. |
int main | ( | int | aArgC, | |
const char ** | aArgV | |||
) |
After the template specializations, comes the library.
Tries different types of per-thread buffers. Writes into different sorts of outputs, as long as they are streams. NOTE: We do not attempt to test obuf_iterator with a stream as buffer and a non-ostream_iterator_public output. It may make sense, I do not know yet.