Searched refs:CtorFn (Results 1 – 1 of 1) sorted by relevance
201 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); } in CtorFn() function205 : Entry(Name, Desc, CtorFn), Node(Entry) {} in Add()