Searched defs:EnableMakeShared (Results 1 – 1 of 1) sorted by relevance
35 struct EnableMakeShared : public VtpInstance { in Create() struct36 explicit EnableMakeShared(Args &&... args) : VtpInstance(std::forward<Args>(args)...) {} in Create() argument