Public Member Functions | |
OFPair () | |
default constructor | |
OFPair (const K &f, const V &s) | |
construct a OFPair for the two given values | |
OFPair & | operator= (const OFPair &other) |
copy assignment operator | |
Public Attributes | |
K | first |
this is the first value of the pair | |
V | second |
this is the second value of the pair |
Definition at line 55 of file ofmap.h.