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