|
KTL
|
Go to the source code of this file.
Namespaces | |
| namespace | ktl |
Functions | |
| template<typename K , typename C > | |
| ipair_iterable< K, C > | ktl::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. | |
| template<typename C > | |
| ipair_iterable< size_t, C > | ktl::ipair (C &&container) noexcept(std::is_nothrow_constructible_v< ipair_iterable< size_t, C >, C >) |
| Wraps an iterable object to return a size_t index along with the value. | |