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