Home
last modified time | relevance | path

Searched defs:formatZeroIntegerWorkaround (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/utils/tinyformat/
H A Dtinyformat.hpp240 struct formatZeroIntegerWorkaround struct
242 static bool invoke(std::ostream& /**/, const T& /**/) { return false; } in invoke()
245 struct formatZeroIntegerWorkaround<T,true> struct
247 static bool invoke(std::ostream& out, const T& value) in invoke()