Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
print-elided.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <ostream>
5
6
7
namespace
nix {
8
16
void
printElided(
17
std::ostream & output,
18
unsigned
int
value,
19
const
std::string_view single,
20
const
std::string_view plural,
21
bool
ansiColors
22
);
23
24
}
lix
libutil
print-elided.hh
Generated by
1.15.0