ManaPlus
Static Public Member Functions
Catch::Detail::StringMakerBase< true > Struct Reference

#include <catch.hpp>

Static Public Member Functions

template<typename T >
static std::string convert (T const &_value)
 

Detailed Description

Definition at line 1657 of file catch.hpp.

Member Function Documentation

◆ convert()

template<typename T >
static std::string Catch::Detail::StringMakerBase< true >::convert ( T const &  _value)
inlinestatic

Definition at line 1659 of file catch.hpp.

1659  {
1660  std::ostringstream oss;
1661  oss << _value;
1662  return oss.str();
1663  }

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