Home
last modified time | relevance | path

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

/external/bcc/src/cc/vendor/
Dtinyformat.hpp226 struct formatZeroIntegerWorkaround struct
228 static bool invoke(std::ostream& /**/, const T& /**/) { return false; } in invoke()
231 struct formatZeroIntegerWorkaround<T,true> struct
233 static bool invoke(std::ostream& out, const T& value) in invoke()