Home
last modified time | relevance | path

Searched defs:DerivedFromType (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h134 struct DerivedFromType : public Base { struct
135 DerivedFromType() : Base() {} in DerivedFromType() argument
137 explicit DerivedFromType(Tp const& t) : Base(t) {} in DerivedFromType() function