Searched defs:is_convertible (Results 1 – 3 of 3) sorted by relevance
13 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