Searched defs:DerivedFromType (Results 1 – 1 of 1) sorted by relevance
91 struct DerivedFromType : public Base { struct92 DerivedFromType() : Base() {} in DerivedFromType() function94 explicit DerivedFromType(Tp const& t) : Base(t) {} in DerivedFromType() function