|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <fmt.hh>
Public Member Functions | |
| template<typename... Args> | |
| HintFmt (boost::format &&fmt, const Args &... args) | |
| template<class T> | |
| HintFmt & | operator% (const T &value) |
| template<class T> | |
| HintFmt & | operator% (const Uncolored< T > &value) |
| boost::format | into_format () |
| template<> | |
| fmt_internal::HintFmt & | operator% (const ValuePrinter &value) |
| template<> | |
| fmt_internal::HintFmt & | operator% (const ValuePrinter &value) |
Public Attributes | |
| boost::format | fmt |
Helper class for HintFmt that supports the evil operator%.
| fmt_internal::HintFmt & nix::fmt_internal::HintFmt::operator% | ( | const ValuePrinter & | value | ) |
ValuePrinter does its own ANSI formatting, so we don't color it magenta.