LeechCraft 0.6.70-16373-g319c272718
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>
Container< T > Filter(const Container< T > &c, F f)
Definition prelude.h:118

Detailed Description

Definition at line 21 of file stringpathtrie.h.