#include <Base/include/Framework/String.hpp>
template<typename T>
Stringifier class
| Template parameters | |
|---|---|
| T | the type to provide string conversion function to |
Contents
- Reference
Provides string serializing function to a type
Public static functions
Function documentation
template<typename T>
static String bpf:: String:: Stringifier<T>:: Stringify(const T& obj,
const fsize prec = 0)
| Parameters | |
|---|---|
| obj | the value to convert |
| prec | the precision to use (mainly for number types) |
| Returns | the string representation for that value |
Converts the given value to it's string representation