Template Function ripple::detail::deref_if_iter(T&&)¶
Defined in File utils_.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::detail::deref_if_iter” with arguments ((T&&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename T, iterator_enable_t<T> = 0> auto deref_if_iter(T &&iter) noexcept -> decltype(*iter)&
- template<typename T, non_iterator_enable_t<T> = 0> decltype(auto) deref_if_iter(T &&t) noexcept