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

Class AbsValueHelper

SafeInt.hpp:937–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935// representation of negative numbers to keep compilers from getting overly
936// happy with optimizing away things like -MIN_INT.
937template < typename T, int > class AbsValueHelper;
938
939template < typename T > class AbsValueHelper < T, AbsMethodInt>
940{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected