class tsl::robin_set::KeySelect

Overview

class KeySelect
{
public:
    // typedefs

    typedef Key key_type;

    // methods

    const key_type& operator () (const Key& key) const;
    key_type& operator () (Key& key);
};