45#ifndef LASS_GUARDIAN_OF_INCLUSION_NUM_STRINGIFY_H
46#define LASS_GUARDIAN_OF_INCLUSION_NUM_STRINGIFY_H
56 inline std::string str(
float iV);
57 inline std::string str(
double iV);
59 template<
class C>
inline std::string str(
const std::complex<C>& iV);
61 inline std::string str(
int iV);
62 inline std::string str(
long iV);
numeric types and traits.
Library for Assembled Shared Sources.