20 DrvName(std::string_view
s);
23 bool matches(
const DrvName & n);
26 std::unique_ptr<Regex> regex;
29typedef std::list<DrvName> DrvNames;
31std::string_view nextComponent(std::string_view::const_iterator &
p,
32 const std::string_view::const_iterator
end);
33std::strong_ordering compareVersions(
const std::string_view v1,
const std::string_view v2);
34DrvNames drvNamesFromArgs(
const Strings & opArgs);
PosIdx end
Definition lexer.l:5814
return s
Definition lexer.l:459
std::shared_ptr< T > p
Definition lexer.l:1269