File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1933
1933
with the same initial state
1934
1934
as all other default-constructed engines
1935
1935
of type \tcode{E}.
1936
- & \bigoh{$ \text{size of state}$ }
1936
+ & \bigoh{\text{size of state}}
1937
1937
\\ \rowsep
1938
1938
\tcode{E(x)}
1939
1939
&
1940
1940
& Creates an engine
1941
1941
that compares equal to \tcode{x}.
1942
- & \bigoh{$ \text{size of state}$ }
1942
+ & \bigoh{\text{size of state}}
1943
1943
\\ \rowsep
1944
1944
\tcode{E(s)}%
1945
1945
&
1946
1946
& Creates an engine
1947
1947
with initial state determined by \tcode{s}.
1948
- & \bigoh{$ \text{size of state}$ }
1948
+ & \bigoh{\text{size of state}}
1949
1949
\\ \rowsep
1950
1950
\tcode{E(q)}%
1951
1951
\begin{footnote}
2020
2020
returns \tcode{true}
2021
2021
if $S_x = S_y$;
2022
2022
else returns \tcode{false}.
2023
- & \bigoh{$ \text{size of state}$ }
2023
+ & \bigoh{\text{size of state}}
2024
2024
\\ \rowsep
2025
2025
\tcode{x != y}%
2026
2026
& \tcode{bool}
2027
2027
& \tcode{!(x == y)}.
2028
- & \bigoh{$ \text{size of state}$ }
2028
+ & \bigoh{\text{size of state}}
2029
2029
\\ \rowsep
2030
2030
\tcode{os << x}%
2031
2031
& reference to the type of \tcode{os}
2040
2040
by one or more space characters.
2041
2041
2042
2042
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2043
- & \bigoh{$ \text{size of state}$ }
2043
+ & \bigoh{\text{size of state}}
2044
2044
\\ \rowsep
2045
2045
\tcode{is >> v}%
2046
2046
& reference to the type of \tcode{is}
2070
2070
were respectively the same as those of \tcode{is}.
2071
2071
2072
2072
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2073
- & \bigoh{$ \text{size of state}$ }
2073
+ & \bigoh{\text{size of state}}
2074
2074
\\
2075
2075
\end{libreqtab4d}
2076
2076
You can’t perform that action at this time.
0 commit comments