Searched defs:formatZeroIntegerWorkaround (Results 1 – 1 of 1) sorted by relevance
226 struct formatZeroIntegerWorkaround struct228 static bool invoke(std::ostream& /**/, const T& /**/) { return false; } in invoke()231 struct formatZeroIntegerWorkaround<T,true> struct233 static bool invoke(std::ostream& out, const T& value) in invoke()