Searched defs:is_generic (Results 1 – 3 of 3) sorted by relevance
59 struct is_generic struct61 static const bool value = is_supported_by_generic<Geometry1>::value67 struct is_generic<Point, Geometry, point_tag, Tag> struct69 static const bool value = is_supported_by_generic<Geometry>::value;73 struct is_generic<Geometry, Point, Tag, point_tag> struct75 static const bool value = is_supported_by_generic<Geometry>::value;79 struct is_generic<Point1, Point2, point_tag, point_tag> struct81 static const bool value = false;
40 bool is_generic; member
41 #define is_generic(model) ((model == TM6000_BOARD_UNKNOWN) || \ macro