TF++, Miscellaneous classes and modules in C++:

◆ haskey()

bool tfxx::cmdline::Filename::haskey ( const std::string &  key) const
inline

tell if the key is present

Definition at line 205 of file xcmdline.h.

References count().

206  { return (this->count(key) > 0); }
Toptionmap::size_type count(const std::string &key) const
number of entries for key
Definition: xcmdline.h:202
Here is the call graph for this function: