OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convertionallowed
(Results
1 - 1
of
1
) sorted by null
/external/parameter-framework/upstream/utility/
convert.hpp
47
struct
ConvertionAllowed
: std::false_type
51
struct
ConvertionAllowed
<bool> : std::true_type
55
struct
ConvertionAllowed
<long long> : std::true_type
59
struct
ConvertionAllowed
<unsigned long long> : std::true_type
63
struct
ConvertionAllowed
<long> : std::true_type
67
struct
ConvertionAllowed
<unsigned long> : std::true_type
71
struct
ConvertionAllowed
<int> : std::true_type
75
struct
ConvertionAllowed
<unsigned int> : std::true_type
79
struct
ConvertionAllowed
<short> : std::true_type
83
struct
ConvertionAllowed
<unsigned short> : std::true_typ
[
all
...]
Completed in 208 milliseconds