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