class tsl::robin_map::KeySelect

Overview

class KeySelect
{
public:
    // typedefs

    typedef Key key_type;

    // methods

    const key_type& operator () (const std::pair<Key, T>& key_value) const;
    key_type& operator () (std::pair<Key, T>& key_value);
};