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