Templated Key-Value Item. Serves as the items in the list of the EST_TKVL class. More...
#include <include/EST_TKVL.h>
Public Member Functions | |
bool | operator== (const EST_TKVI< K, V > &i) |
Public Attributes | |
K | k |
V | v |
Friends | |
std::ostream & | operator<< (std::ostream &s, EST_TKVI< K, V > const &i) |
Templated Key-Value Item. Serves as the items in the list of the EST_TKVL class.
Definition at line 55 of file EST_TKVL.h.
Definition at line 60 of file EST_TKVL.h.
|
friend |
Definition at line 64 of file EST_TKVL.h.
K EST_TKVI< K, V >::k |
Definition at line 57 of file EST_TKVL.h.
V EST_TKVI< K, V >::v |
Definition at line 58 of file EST_TKVL.h.