File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6261
6261
\tcode{*this}.
6262
6262
\end{itemdescr}
6263
6263
6264
- \indexlibrarymember{set}{bitset}%
6264
+ % Do not use \indexlibrarymember.
6265
+ \indexlibrary{\idxcode{bitset}!\idxcode{set}}%
6265
6266
\begin{itemdecl}
6266
6267
bitset<N>& set() noexcept;
6267
6268
\end{itemdecl}
6277
6278
\tcode{*this}.
6278
6279
\end{itemdescr}
6279
6280
6280
- \indexlibrarymember{set} {bitset}%
6281
+ \indexlibrary{\idxcode {bitset}!\idxcode{set} }%
6281
6282
\begin{itemdecl}
6282
6283
bitset<N>& set(size_t pos, bool val = true);
6283
6284
\end{itemdecl}
6541
6542
\returns \tcode{count() == size()}.
6542
6543
\end{itemdescr}
6543
6544
6544
- \indexlibrarymember{any} {bitset}%
6545
+ \indexlibrary{\idxcode {bitset}!\idxcode{any} }%
6545
6546
\begin{itemdecl}
6546
6547
bool any() const noexcept;
6547
6548
\end{itemdecl}
You can’t perform that action at this time.
0 commit comments