Searched refs:derived_type (Results 1 – 5 of 5) sorted by relevance
27 typedef Derived derived_type; typedef34 typename I1::derived_type35 , typename I2::derived_type
23 typedef Derived derived_type; typedef
25 typedef Derived derived_type; typedef
54234 '__is_base_of (base_type, derived_type)'54235 If 'base_type' is a base class of 'derived_type' ([class.derived])54237 cv-qualifications of 'base_type' and 'derived_type' are ignored.54240 (derived_type)' are 'true' and 'base_type' and 'derived_type' are54241 not the same type (disregarding cv-qualifiers), 'derived_type'