STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
msl::utilities::details::AbsValueHelper< T, AbsMethodInt64 > Class Template Reference

#include <safeint_internal.h>

Static Public Member Functions

static unsigned __int64 Abs (T t) throw ()
 

Member Function Documentation

template<typename T >
static unsigned __int64 msl::utilities::details::AbsValueHelper< T, AbsMethodInt64 >::Abs ( t)
throw (
)
inlinestatic
231  {
232  _ASSERTE( t < 0 );
233  return (unsigned __int64)-t;
234  }
#define _ASSERTE(expr)
Definition: crtdbg.h:707

The documentation for this class was generated from the following file: