Searched defs:GetFormatType (Results 1 – 1 of 1) sorted by relevance
18 struct GetFormatType struct21 struct GetFormatType<bool> struct23 static constexpr auto format = "=%d";26 struct GetFormatType<char> struct28 static constexpr auto format = "=%hhd";31 struct GetFormatType<short int> struct33 static constexpr auto format = "=%hd";36 struct GetFormatType<int> struct38 static constexpr auto format = "=%d";41 struct GetFormatType<long int> struct[all …]