|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <fmt.hh>
Public Member Functions | |
| HintFmt (const std::string &literal) | |
| template<typename... Args> | |
| HintFmt (const std::string &format, const Args &... args) | |
| HintFmt (const HintFmt &hf) | |
| HintFmt & | operator= (HintFmt const &rhs)=default |
| std::string | str () const |
A wrapper around boost::format which colors interpolated arguments in magenta by default.
| nix::HintFmt::HintFmt | ( | const std::string & | literal | ) |
Format the given string literally, without interpolating format placeholders.
|
inline |
Interpolate the given arguments into the format string.