Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Delement.hpp129 struct is_fixed_type : std::false_type {}; struct
132 struct is_fixed_type<bool> : std::true_type {}; struct
135 struct is_fixed_type<byte> : std::true_type {}; struct
138 struct is_fixed_type<int16> : std::true_type {}; struct
141 struct is_fixed_type<uint16> : std::true_type {}; struct
144 struct is_fixed_type<int32> : std::true_type {}; struct
147 struct is_fixed_type<uint32> : std::true_type {}; struct
150 struct is_fixed_type<int64> : std::true_type {}; struct
153 struct is_fixed_type<uint64> : std::true_type {}; struct
156 struct is_fixed_type<double> : std::true_type {}; struct