template<typename Key, typename Value>
struct MinK< Key, Value >::Element
Definition at line 55 of file kdtree.cpp.
◆ Element() [1/2]
template<typename Key, typename Value>
MinK< Key, Value >::Element::Element |
( |
| ) |
|
|
inline |
◆ Element() [2/2]
template<typename Key, typename Value>
MinK< Key, Value >::Element::Element |
( |
const Key & |
k, |
|
|
const Value & |
v |
|
) |
| |
|
inline |
◆ key
template<typename Key, typename Value>
Key MinK< Key, Value >::Element::key |
◆ value
template<typename Key, typename Value>
Value MinK< Key, Value >::Element::value |
The documentation for this struct was generated from the following file: