KeyValuePair.h File Reference

Go to the source code of this file.

Classes

struct  shark::KeyValuePair< Key, Value >
 Represents a Key-Value-Pair similar std::pair which is strictly ordered by it's key. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<class K , class V >
void shark::swap (KeyValuePair< K, V > &pair1, KeyValuePair< K, V > &pair2)
 Swaps the contents of two instances of KeyValuePair. More...
 
template<class Key , class Value >
KeyValuePair< Key, Value > shark::makeKeyValuePair (Key const &key, Value const &value)
 Creates a KeyValuePair. More...