Home | History | Annotate | Download | only in docs

Lines Matching full:unqualified

1223 <tt>T</tt> is an ownership-unqualified retainable object pointer type,
1246 a type which would be a pointer to an unqualified retainable object
1263 <div class="rationale"><p>Rationale: <tt>__strong</tt> is a useful default for containers (e.g., <tt>std::vector&lt;id&gt;</tt>), which would otherwise require explicit qualification. Moreover, unqualified retainable object pointer types are unlikely to be useful within templates, since they generally need to have a qualifier applied to the before being used.</p></div>