Searched defs:bind_ty (Results 1 – 1 of 1) sorted by relevance
282 template <typename Class> struct bind_ty { struct284 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument