MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / SafeAtoI

Function SafeAtoI

SafeInt.hpp:6372–6375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6370 }
6371
6372 static SafeInt< T, E > SafeAtoI( const char* input ) SAFEINT_CPP_THROW
6373 {
6374 return SafeTtoI( input );
6375 }
6376
6377 static SafeInt< T, E > SafeWtoI( const wchar_t* input )
6378 {

Callers 4

TestAtoIFunction · 0.85
TestAtoIFunction · 0.85
TestAtoIFunction · 0.85
TestAtoIFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestAtoIFunction · 0.68
TestAtoIFunction · 0.68
TestAtoIFunction · 0.68
TestAtoIFunction · 0.68