Rosetta
|
Key lookup key query functor. More...
#include <KeyLookup.hh>
Public Member Functions | |
key ()=default | |
Default constructor. More... | |
K const & | operator() (std::string const &id) const |
Key with an id. More... | |
K const & | operator() (Key const &key_) const |
Key with the id of a key. More... | |
Key lookup key query functor.
|
inlinedefault |
Default constructor.
|
inline |
Key with the id of a key.
References utility::keys::Key::id(), and utility::keys::KeyLookup< K >::key().
|
inline |
Key with an id.
References utility::keys::KeyLookup< K >::key().