MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / to_string

Function to_string

extern/boost/boost/exception/to_string.hpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 template <class T>
59 inline
60 typename enable_if<is_output_streamable<T>,std::string>::type
61 to_string( T const & x )
62 {
63 std::ostringstream out;
64 out << x;
65 return out.str();
66 }
67
68 template <class T>
69 struct

Callers 1

eEnum · 0.70

Calls 2

strMethod · 0.80
whatMethod · 0.45

Tested by

no test coverage detected