Shortcuts

Template Function ripple::detail::padding_if_iter

Function Documentation

template<typename T, iterator_enable_t<T> = 0>
auto ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples