Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.require/
Dinvoke_helpers.h91 struct DerivedFromType : public Base { struct
92 DerivedFromType() : Base() {} in DerivedFromType() function
94 explicit DerivedFromType(Tp const& t) : Base(t) {} in DerivedFromType() function