Template Function sequant::io::latex::to_string(T&&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “sequant::io::latex::to_string” 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_string(const rational &t)
- template<typename T> std::enable_if_t<std::is_arithmetic_v<std::decay_t<T>> && !std::is_floating_point_v<std::decay_t<T>>, std::wstring> to_string(T &&t)
- template<typename T> std::enable_if_t<std::is_arithmetic_v<std::decay_t<T>> && std::is_floating_point_v<std::decay_t<T>> && !std::is_same_v<std::decay_t<T>, rational>, std::wstring> to_string(T &&t)
- template<typename T> std::wstring to_string(T &&t)
- template<typename T> std::wstring to_string(T &&t)
- template<typename T> std::wstring to_string(const T &t)
- template<typename T> std::wstring to_string(const std::complex<T> &t)