LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
stringpathtrie.h File Reference
#include <optional>
#include <type_traits>
#include <QHash>
#include <QString>
#include <QStringView>
#include <QtDebug>
+ Include dependency graph for stringpathtrie.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LC::Util::StringPathTrie< V >
 
struct  LC::Util::StringPathTrie< V >::FindResult
 

Namespaces

 LC
 
 LC::Util
 

Variables

template<typename Cont >
concept LC::Util::StringViewContainer = std::is_same_v<typename std::decay_t<Cont>::value_type, QStringView>