|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <strings.hh>
Public Member Functions | |
| Rewriter (std::map< std::string, std::string > rewrites) | |
| std::string | operator() (std::string s) |
Rewrites a string given a map of replacements, applying the replacements in sorted order, only once, considering only the strings appearing in the input string in performing replacement.