Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/
H A Dformat.hpp18 struct GetFormatType struct
21 struct GetFormatType<bool> struct
23 static constexpr auto format = "=%d";
26 struct GetFormatType<char> struct
28 static constexpr auto format = "=%hhd";
31 struct GetFormatType<short int> struct
33 static constexpr auto format = "=%hd";
36 struct GetFormatType<int> struct
38 static constexpr auto format = "=%d";
41 struct GetFormatType<long int> struct
[all …]