File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4707
4707
4708
4708
private:
4709
4709
id @\exposid {mib_}@ = id::unknown; // \expos
4710
- char @\exposid {name_}@[max_name_length + 1] = {0}; // \expos
4710
+ char @\exposid {name_}@[max_name_length + 1] = {0}; // \expos
4711
4711
static constexpr bool @\exposid {comp-name}@(string_view a, string_view b); // \expos
4712
4712
};
4713
4713
}
4865
4865
\returns
4866
4866
\tcode {\exposid {name_}} if \tcode {(\exposid {name_}[0] != '\textbackslash 0' )}
4867
4867
is \tcode {true}, and
4868
- \keyword {nullptr} otherwise;
4868
+ \keyword {nullptr} otherwise.
4869
4869
4870
4870
\pnum
4871
4871
\remarks
5019
5019
\indexlibrarymember {end}{text_encoding::aliases_view}%
5020
5020
\begin {itemdecl }
5021
5021
struct text_encoding::aliases_view : ranges::view_interface<text_encoding::aliases_view> {
5022
- constexpr @\textit { implementation-defined }@ begin() const;
5023
- constexpr @\textit { implementation-defined }@ end() const;
5022
+ constexpr @\impdefx {type of \tcode {text_encoding::aliases_view::begin()} }@ begin() const;
5023
+ constexpr @\impdefx {type of \tcode {text_encoding::aliases_view::end()} }@ end() const;
5024
5024
};
5025
5025
\end {itemdecl }
5026
5026
You can’t perform that action at this time.
0 commit comments