Searched refs:is_fixed_type (Results 1 – 2 of 2) sorted by relevance
129 struct is_fixed_type : std::false_type {}; struct132 struct is_fixed_type<bool> : std::true_type {}; struct135 struct is_fixed_type<byte> : std::true_type {}; struct138 struct is_fixed_type<int16> : std::true_type {}; struct141 struct is_fixed_type<uint16> : std::true_type {}; struct144 struct is_fixed_type<int32> : std::true_type {}; struct147 struct is_fixed_type<uint32> : std::true_type {}; struct150 struct is_fixed_type<int64> : std::true_type {}; struct153 struct is_fixed_type<uint64> : std::true_type {}; struct156 struct is_fixed_type<double> : std::true_type {}; struct[all …]
142 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()