ReactOS 0.4.15-dev-7994-gb388cb6
sstream_test.cpp File Reference
#include <string>
#include "math_aux.h"
#include <sstream>
#include <memory>
#include "full_streambuf.h"
#include "cppunit/cppunit_proxy.h"
Include dependency graph for sstream_test.cpp:

Go to the source code of this file.

Classes

class  SstreamTest
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (SstreamTest)
 
template<class T >
string to_string (const T &v)
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( SstreamTest  )

◆ to_string()

template<class T >
string to_string ( const T v)

Definition at line 474 of file sstream_test.cpp.

475{
477 oss << v;
478 return oss.str();
479}
const GLdouble * v
Definition: gl.h:2040
static struct WINE_WAVEMAP * oss
Definition: wavemap.c:1190