Template Function cras::quoteIfStringType(const ::std::string&, const T&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “cras::quoteIfStringType” with arguments (const ::std::string&, const T&) in doxygen xml output for project “cras_cpp_common Doxygen Project” from directory: /tmp/ws/docs_build/cras_cpp_common/output_staging/generated/doxygen/xml. Potential matches:

- template<typename T, ::std::enable_if_t<!::cras::is_string<::std::decay_t<T>>::value, bool> = true> inline ::std::string quoteIfStringType(const ::std::string &s, const T&)
- template<typename T, ::std::enable_if_t<!::cras::is_string<::std::decay_t<T>>::value, bool> = true> inline ::std::string quoteIfStringType(const ::std::string &s, const T&)
- template<typename T, ::std::enable_if_t<::cras::is_string<::std::decay_t<T>>::value, bool> = true> inline ::std::string quoteIfStringType(const ::std::string &s, const T&)
- template<typename T, ::std::enable_if_t<::cras::is_string<::std::decay_t<T>>::value, bool> = true> inline ::std::string quoteIfStringType(const ::std::string &s, const T&)