Template Function ripple::detail::padding_if_iter¶
Defined in File utils_.hpp
Function Documentation¶
-
template<typename
T
, iterator_enable_t<T> = 0>
autoripple::detail
::
padding_if_iter
(T &&iter) noexcept -> size_t¶ Gets a reference to the iterated type.
- Note
This overlaod is only enabled for iterator types.
- Return
A reference to the iterated data.
- Note
This overlaod is only enabled for non-iterator types and forwards the argument back.
- Return
A reference to the iterated data.
- Parameters
iter
: The iterator to get the dereferences type from.
- Parameters
iter
: The iterator to get the dereferences type from.