Searched defs:ConvertionAllowed (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/utility/
H A Dconvert.hpp47 struct ConvertionAllowed : std::false_type struct in namespace:details
51 struct ConvertionAllowed<bool> : std::true_type struct in namespace:details
55 struct ConvertionAllowed<long long> : std::true_type struct in namespace:details
59 struct ConvertionAllowed<unsigned long long> : std::true_type struct in namespace:details
63 struct ConvertionAllowed<long> : std::true_type struct in namespace:details
67 struct ConvertionAllowed<unsigned long> : std::true_type struct in namespace:details
71 struct ConvertionAllowed<int> : std::true_type struct in namespace:details
75 struct ConvertionAllowed<unsigned int> : std::true_type struct in namespace:details
79 struct ConvertionAllowed<short> : std::true_type struct in namespace:details
83 struct ConvertionAllowed<unsigne struct in namespace:details
87 struct ConvertionAllowed<unsigned char> : std::true_type struct in namespace:details
91 struct ConvertionAllowed<signed char> : std::true_type struct in namespace:details
95 struct ConvertionAllowed<float> : std::true_type struct in namespace:details
99 struct ConvertionAllowed<double> : std::true_type struct in namespace:details
[all...]

Completed in 182 milliseconds