Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
escape-char.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <ostream>
5
6
namespace
nix {
7
17
struct
MaybeHexEscapedChar
18
{
19
char
c;
20
};
21
22
std::ostream & operator<<(std::ostream & s,
MaybeHexEscapedChar
c);
23
24
}
// namespace nix
nix::MaybeHexEscapedChar
Definition
escape-char.hh:18
lix
libutil
escape-char.hh
Generated by
1.15.0