template<class T>
eckit::Trie class

Constructors, destructors, conversion operators

Trie()
~Trie()

Public functions

auto empty() const -> bool
void insert(const std::string& key, T value)
void remove(const std::string& key)
auto contains(const std::string& key) const -> bool
auto find(const std::string& key) const -> T*

Friends

auto operator<<(std::ostream& s, const Trie<T>& p) -> std::ostream&
This website is beyond its original expiry date and the content may be out of date. The site owner has been notified and may choose to extend the expiry date and remove this banner. If you have any questions about this, please visit our support portal.