Home
last modified time | relevance | path

Searched refs:ConvertionAllowedVia (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/utility/
Dconvert.hpp105 struct ConvertionAllowedVia : std::false_type struct
109 struct ConvertionAllowedVia<unsigned char, unsigned int> : std::true_type struct
113 struct ConvertionAllowedVia<signed char, int> : std::true_type struct
160 static_assert(ConvertionAllowedVia<T, Via>::value, in convertToVia()