FACT++  1.0
template<typename T , typename S >
static std::string Converter::GetHex ( const S &  s,
size_t  col = 0,
bool  prefix = true 
)
inlinestatic

Definition at line 139 of file Converter.h.

References Print(), and Regex().

140  {
141  return GetHex<T>(&s, sizeof(S), col, prefix);
142  }

+ Here is the call graph for this function: