Template Function sequant::to_wstring(T&&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “sequant::to_wstring” with arguments (T&&) in doxygen xml output for project “SeQuant” from directory: /home/runner/work/SeQuant/SeQuant/build/doc/doxygen/xml. Potential matches:

- std::wstring to_wstring(const rational &i)
- std::wstring to_wstring(std::wstring &&str_utf8)
- template<typename Backend> std::wstring to_wstring(const boost::multiprecision::number<Backend> &i)
- template<typename S, typename = meta::EnableIfAllBasicStringConvertible<S>> std::wstring to_wstring(S &&str_utf8)
- template<typename T> std::enable_if_t<std::is_floating_point_v<std::decay_t<T>>, std::wstring> to_wstring(T &&t)
- template<typename T> std::enable_if_t<std::is_integral_v<std::decay_t<T>> && !meta::is_char_v<std::remove_reference_t<T>>, std::wstring> to_wstring(T &&t)