Searched defs:formatValueAsType (Results 1 – 1 of 1) sorted by relevance
211 struct formatValueAsType struct213 static void invoke(std::ostream& /*out*/, const T& /*value*/) { assert(0); } in invoke()218 struct formatValueAsType<T,fmtT,true> struct220 static void invoke(std::ostream& out, const T& value) in invoke()