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

Enum AbsMethod

SafeInt.hpp:916–921  ·  view source on GitHub ↗

useful function to help with getting the magnitude of a negative number

Source from the content-addressed store, hash-verified

914
915// useful function to help with getting the magnitude of a negative number
916enum AbsMethod
917{
918 AbsMethodInt,
919 AbsMethodInt64,
920 AbsMethodNoop
921};
922
923template < typename T >
924class GetAbsMethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected