|
KTL
|
Pair of an index and value from an iterator. More...
#include <ipair.h>
Public Member Functions | |
| template<typename A , typename B > | |
| ipair_value (A &&key, B &&value) noexcept(std::is_nothrow_constructible_v< K, A > &&std::is_nothrow_constructible_v< V, B >) | |
| ipair_value * | operator-> () noexcept |
| const ipair_value * | operator-> () const noexcept |
Public Attributes | |
| KTL_EMPTY_BASE K | first |
| KTL_EMPTY_BASE V | second |
Pair of an index and value from an iterator.
| K | The index type |
| V | The value type |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| KTL_EMPTY_BASE K ktl::ipair_value< K, V >::first |
| KTL_EMPTY_BASE V ktl::ipair_value< K, V >::second |