10 template<
typename K,
typename V>
18 template<
typename K,
typename I>
26 template<
typename K,
typename C>
36 template<
typename K,
typename C>
37 ipair_iterable<K, C>
ipair(C&& container)
noexcept(std::is_nothrow_constructible_v<ipair_iterable<K, C>, C>);
46 ipair_iterable<size_t, C>
ipair(C&& container)
noexcept(std::is_nothrow_constructible_v<ipair_iterable<size_t, C>, C>);
Definition cascading.h:16
ipair_iterable< K, C > ipair(C &&container) noexcept(std::is_nothrow_constructible_v< ipair_iterable< K, C >, C >)
Wraps an iterable object to return an index along with the value.
Definition ipair.h:189