#include <tags.hpp>
Public Member Functions | |
bool | operator== (const std::string &key) const |
Comparison operator for use with the find template. | |
Public Attributes | |
const char * | voc_ |
Vocabulary string. | |
const char * | label_ |
Description of the vocabulary string. |
|
Comparison operator for use with the find template. Compare vocabulary strings like "PR-NON" with keys like "http://ns.useplus.org/ldf/vocab/PR-NON" and return true if the vocabulary string matches the end of the key. |