Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
hilite.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <regex>
5
#include <vector>
6
#include <string>
7
8
namespace
nix {
9
17
std::string hiliteMatches(
18
std::string_view s,
19
std::vector<std::smatch> matches,
20
std::string_view prefix,
21
std::string_view postfix);
22
23
}
lix
libutil
hilite.hh
Generated by
1.15.0