GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
stringUtils.h File Reference
#include <string>
#include <sstream>

Go to the source code of this file.

Macros

#define tS(X)   toString(X)
 Macro providing the abbreviated syntax tS() instead of toString(). More...
 

Functions

template<class T >
std::string toString (T t)
 template functions for conversion of various types to C++ strings More...
 

Macro Definition Documentation

◆ tS

#define tS (   X)    toString(X)

Macro providing the abbreviated syntax tS() instead of toString().

Function Documentation

◆ toString()

template<class T >
std::string toString ( t)

template functions for conversion of various types to C++ strings