Functions
int2str.hpp File Reference

A function that converts an integer to a string. More...

#include <string>
Include dependency graph for int2str.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string int2str (int n)
 Converts an integer to a string. More...
 

Detailed Description

A function that converts an integer to a string.

Author
Almog Yalinewich

Definition in file int2str.hpp.

Function Documentation

◆ int2str()

std::string int2str ( int  n)

Converts an integer to a string.

Parameters
nNumber
Returns
Textual represenation of n

Definition at line 6 of file int2str.cpp.

Here is the caller graph for this function: