<div dir="ltr"><div><div><div>Hello!<br><br>Is it possible to make an InExpression work with a used-defined type?<br><br>struct MyCollection { ... }<br><br></div>MyCollection mc;<br><br></div><div>auto p = 123 in mc;</div>
if (p) { ... }<br><br></div><div>Thanks!<br></div><div><br></div>LMB<br><br></div>