Searched defs:is_convertible (Results 1 – 5 of 5) sorted by relevance
13 template <> struct is_convertible<int> { typedef int type; }; argument
17 template <> struct is_convertible<int> { typedef int type; }; struct
171 struct is_convertible struct175 struct fail { char dummy[2]; };176 struct succeed { char dummy; };192 static const bool value =
1745 void is_convertible() in is_convertible() function
1992 void is_convertible() in is_convertible() function