OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
NumToStr.h File Reference
#include <sstream>
#include <string>
Include dependency graph for NumToStr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
std::string NumToStr (T t)
 Convert number to string. More...
 

Function Documentation

template<typename T >
std::string NumToStr ( T  t)

Convert number to string.

Definition at line 26 of file NumToStr.h.