Searched defs:is_fixed_type (Results 1 – 1 of 1) 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