Static Public Member Functions | List of all members
Catch::StringMaker< Hexable< T > > Struct Template Reference

Static Public Member Functions

static std::string convert (T const t)
 

Detailed Description

template<typename T>
struct Catch::StringMaker< Hexable< T > >

Definition at line 73 of file FloatingPointControl_t.cc.

Member Function Documentation

template<typename T >
static std::string Catch::StringMaker< Hexable< T > >::convert ( T const  t)
inlinestatic

Definition at line 75 of file FloatingPointControl_t.cc.

76  {
78  std::ostringstream out;
79  out << std::showbase << std::hex << t;
80  result = out.str();
81  return result;
82  }
static QCString result
std::string string
Definition: nybbler.cc:12
QTextStream & hex(QTextStream &s)

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