Return true if this tree contains an entry for the specified key, and false otherwise.

Synopsis

Declared in <ball_categorymanager_radixtree.h>

bool
contains(std::string_view const& key) const;

Return Value

true if an entry for key exists, and false otherwise

Parameters

Name

Description

key

key to look up

Created with MrDocs