Home
last modified time | relevance | path

Searched refs:is_fixed_type (Results 1 – 2 of 2) 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
[all …]
H A Dmessage.hpp142 typename std::enable_if<is_fixed_type<Element>::value, bool>::type pack( in pack()
251 typename std::enable_if<is_fixed_type<Element>::value, bool>::type unpack( in unpack()