Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/utility/
Dconvert.hpp47 struct ConvertionAllowed : std::false_type struct
51 struct ConvertionAllowed<bool> : std::true_type struct
55 struct ConvertionAllowed<long long> : std::true_type struct
59 struct ConvertionAllowed<unsigned long long> : std::true_type struct
63 struct ConvertionAllowed<long> : std::true_type struct
67 struct ConvertionAllowed<unsigned long> : std::true_type struct
71 struct ConvertionAllowed<int> : std::true_type struct
75 struct ConvertionAllowed<unsigned int> : std::true_type struct
79 struct ConvertionAllowed<short> : std::true_type struct
83 struct ConvertionAllowed<unsigned short> : std::true_type struct
[all …]