Template Function brille::my_to_string(const T, const size_t)¶
Defined in File debug.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “brille::my_to_string” with arguments (const T, const size_t) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:
- std::string my_to_string(const Holohedry &h)
- std::string my_to_string(const Laue &l)
- template<typename T, template<class> class C, typename = typename std::enable_if<!is_container<T>::value>::type, typename = typename std::enable_if<is_container<C<T>>::value>::type> const std::string my_to_string(const std::vector<C<T>> &v, const size_t)
- template<typename T, typename = typename std::enable_if<!is_container<T>::value>::type> const std::string my_to_string(const T x, const size_t width = 0)
- template<typename T, typename = typename std::enable_if<!is_container<T>::value>::type> const std::string my_to_string(const std::complex<T> x, const size_t width = 0)
- template<typename T, typename = typename std::enable_if<is_container<T>::value>::type> const std::string my_to_string(const T &a, const size_t w = 0)