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

Method UInt

extern/ttmath/ttmathuint.h:2957–2960  ·  view source on GitHub ↗

! a constructor for converting a string to this class (with the base=10) */

Source from the content-addressed store, hash-verified

2955 a constructor for converting a string to this class (with the base=10)
2956 */
2957 UInt(const wchar_t * s)
2958 {
2959 FromString(s);
2960 }
2961
2962
2963 /*!

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected