LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::StringViewContainer Concept Reference

#include "stringpathtrie.h"

Concept definition

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

Detailed Description

Definition at line 21 of file stringpathtrie.h.