#include <fmt.hh>
Public Member Functions | |
Magenta (const T &s) | |
Public Attributes | |
const T & | value |
Values wrapped in this struct are printed in magenta.
By default, arguments to HintFmt
are printed in magenta. To avoid this, either wrap the argument in Uncolored
or add a specialization of HintFmt::operator%
.