|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <ostream>Go to the source code of this file.
Functions | |
| void | nix::printElided (std::ostream &output, unsigned int value, const std::string_view single, const std::string_view plural, bool ansiColors) |
| void nix::printElided | ( | std::ostream & | output, |
| unsigned int | value, | ||
| const std::string_view | single, | ||
| const std::string_view | plural, | ||
| bool | ansiColors ) |
Print an «... elided» placeholder.
Arguments are forwarded to pluralize.
If ansiColors is set, the output will be wrapped in ANSI_FAINT.