Template Function brille::max_element_length(const T&)¶
Defined in File debug.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “brille::max_element_length” with arguments (const T&) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:
- template<typename T> enable_if_t<!is_container<T>::value, size_t> max_element_length(const T &v)
- template<typename T> enable_if_t<is_container<T>::value, size_t> max_element_length(const T &v)