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

Function string_cast

extern/boost/boost/test/utils/string_cast.hpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template<typename T>
37inline std::string
38string_cast( T const& t )
39{
40 std::ostringstream buff;
41 buff << t;
42 return buff.str();
43}
44
45//____________________________________________________________________________//
46

Callers 4

nextMethod · 0.85
operator<<Function · 0.85
errors.hppFile · 0.85
genTestCaseNameMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected