Converts ints into readable (ascii) characters.
More...
#include <char.hpp>
Converts ints into readable (ascii) characters.
- See also
- Converter
Definition at line 77 of file char.hpp.
◆ ~Converter()
◆ operator()()
Converts a single int into a char type. A similar function is used in stlsoft.
This throws an exception and/or configures the error() function for this converter if the input digit is not a char digit ['0'-'9']
- Parameters
-
input | : the input digit to be converted. |
- Returns
- char : the character representation of the digit.
- Exceptions
-
| throws if input is not a char digit ['0'-'9'] (debug mode only). |
Definition at line 93 of file char.hpp.
The documentation for this class was generated from the following file: