template<typename T>
bpf::String::Stringifier class

Template parameters
T the type to provide string conversion function to

Contents

Provides string serializing function to a type

Public static functions

static auto Stringify(const T& obj, const fsize prec = 0) -> String

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