Template Function Catch::Detail::convertUnstreamable(T const&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “Catch::Detail::convertUnstreamable” with arguments (T const&) in doxygen xml output for project “rmf_utils Doxygen Project” from directory: /tmp/ws/docs_build/rmf_utils/output_staging/generated/doxygen/xml. Potential matches:

- template<typename T> std::enable_if<!std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value, std::string>::type convertUnstreamable(T const&)
- template<typename T> std::enable_if<!std::is_enum<T>::value && std::is_base_of<std::exception, T>::value, std::string>::type convertUnstreamable(T const &ex)
- template<typename T> std::enable_if<std::is_enum<T>::value, std::string>::type convertUnstreamable(T const &value)