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

Method AssignString

extern/ttmath/ttmathmisc.h:72–75  ·  view source on GitHub ↗

! result = str */

Source from the content-addressed store, hash-verified

70 result = str
71*/
72static void AssignString(std::string & result, const char * str)
73{
74 result = str;
75}
76
77
78#ifndef TTMATH_DONT_USE_WCHAR

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected