Searched defs:AssignInterface (Results 1 – 1 of 1) sorted by relevance
100 struct AssignInterface struct102 static void op(const Interface&, std::any&, bool) {} in op()106 struct AssignInterface<T, std::enable_if_t<HasProperties<T>::value>> struct108 static void op(const Interface& props, std::any& holder, bool deferSignal) in op()